diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2173801..dc3e315 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - repo: https://github.com/ambv/black - rev: 22.3.0 + rev: 22.10.0 hooks: - id: black - repo: https://github.com/asottile/reorder_python_imports - rev: v3.0.1 + rev: v3.9.0 hooks: - id: reorder-python-imports -- repo: https://gitlab.com/pycqa/flake8 - rev: '3.9.2' +- repo: https://github.com/PyCQA/flake8 + rev: '5.0.4' hooks: - id: flake8 args: ["--max-line-length=1000"]