diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2212644..e8878c3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v6.0.0 hooks: - id: check-ast - id: check-builtin-literals @@ -12,11 +12,11 @@ repos: - id: double-quote-string-fixer - id: end-of-file-fixer - id: trailing-whitespace -- repo: https://github.com/pre-commit/mirrors-isort - rev: v5.9.2 +- repo: https://github.com/PyCQA/isort + rev: 7.0.0 hooks: - id: isort -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.2 +- repo: https://github.com/PyCQA/flake8 + rev: 7.3.0 hooks: - id: flake8