diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1a7db81..61999a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.4.0 hooks: - id: check-docstring-first - id: check-yaml @@ -24,20 +24,20 @@ repos: - id: trailing-whitespace - id: requirements-txt-fixer - id: double-quote-string-fixer - - repo: https://github.com/asottile/reorder_python_imports - rev: v2.6.0 + - repo: https://github.com/asottile/reorder-python-imports + rev: v3.9.0 hooks: - id: reorder-python-imports - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v1.5.7 + rev: v2.0.2 hooks: - id: autopep8 - repo: https://github.com/asottile/yesqa - rev: v1.3.0 + rev: v1.5.0 hooks: - id: yesqa - - repo: https://gitlab.com/pycqa/flake8 - rev: 4.0.1 + - repo: https://github.com/PyCQA/flake8 + rev: 6.0.0 hooks: - id: flake8 args: [--max-line-length=120]