diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a494083..017dc5a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ minimum_pre_commit_version: "2.15.0" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -19,18 +19,18 @@ repos: - id: no-commit-to-branch - id: requirements-txt-fixer - - repo: https://github.com/asottile/reorder_python_imports - rev: v2.6.0 + - repo: https://github.com/asottile/reorder-python-imports + rev: v3.12.0 hooks: - id: reorder-python-imports - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: [flake8-typing-imports==1.7.0]