diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 00ba6cf..dc00b2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_stages: [commit] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.3.0 + rev: v4.3.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -11,17 +11,17 @@ repos: - id: requirements-txt-fixer - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 22.10.0 hooks: - id: black - repo: https://github.com/asottile/reorder_python_imports - rev: v2.3.6 + rev: v3.8.5 hooks: - id: reorder-python-imports - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.4 + - repo: https://github.com/PyCQA/flake8 + rev: 5.0.4 hooks: - id: flake8 args: ['--config=setup.cfg']