diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5cba3aa8..c7dfa194 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3.9 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.5.0 hooks: - id: check-yaml - id: check-json @@ -10,15 +10,15 @@ repos: args: ['--autofix'] additional_dependencies: ['flake8-mutable', 'flake8-comprehensions'] - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 23.9.1 hooks: - id: black - - repo: https://github.com/asottile/reorder_python_imports - rev: v3.8.1 + - repo: https://github.com/asottile/reorder-python-imports + rev: v3.12.0 hooks: - id: reorder-python-imports - repo: https://github.com/pycqa/flake8 - rev: 4.0.1 + rev: 6.1.0 hooks: - id: flake8 args: ['--max-line-length', '120'] \ No newline at end of file