diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8bb5b5c8..100594ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/ikamensh/flynt/ - rev: '0.78' + rev: '1.0.0' hooks: - id: flynt - repo: https://github.com/MarcoGorelli/absolufy-imports @@ -32,7 +32,7 @@ repos: hooks: - id: absolufy-imports - repo: https://github.com/hakancelikdev/unimport - rev: 0.16.0 + rev: 1.0.0 hooks: - id: unimport args: [--remove, --include-star-import, --ignore-init, --gitignore] @@ -46,11 +46,11 @@ repos: # - id: remove-print-statements # args: ['--verbose'] # Show all the print statements to be removed - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.0.275' + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: 'v0.0.278' hooks: - id: ruff - repo: https://github.com/PyCQA/flake8 @@ -102,7 +102,7 @@ repos: hooks: - id: check-manifest - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.23.2" + rev: "0.23.3" hooks: - id: check-github-workflows - id: check-github-actions