diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 26f41bc..adf2d4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: requirements-txt-fixer - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.10.0 hooks: - id: black @@ -17,7 +17,7 @@ repos: name: isort (python) - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.0.286' + rev: 'v0.1.1' hooks: - id: ruff args: ["--fix"] \ No newline at end of file