diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1edb726..c8d8ecc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: -- repo: https://github.com/ambv/black - rev: 22.3.0 +- repo: https://github.com/psf/black + rev: 23.3.0 hooks: - id: black language_version: python3 @@ -8,17 +8,17 @@ repos: - --line-length=79 - --experimental-string-processing - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 6.0.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-ast -- 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 name: Reorder Python imports (src, tests)