diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 261c7f5..d58d2a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.4.0 hooks: - id: check-ast - id: check-builtin-literals @@ -17,16 +17,16 @@ repos: - id: trailing-whitespace - id: double-quote-string-fixer - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.20.0 + rev: v2.4.0 hooks: - id: setup-cfg-fmt args: ["--min-py3-version", "3.7", "--max-py-version", "3.9"] - repo: https://github.com/PyCQA/flake8 - rev: "4.0.1" + rev: "6.0.0" hooks: - id: flake8 language_version: python3.9