diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 67d5af40..50ee9b98 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - --remove-all-unused-imports - repo: https://github.com/hadialqattan/pycln - rev: "v2.1.6" + rev: "v2.2.1" hooks: - id: pycln @@ -38,7 +38,7 @@ repos: - id: check-builtin-literals - repo: https://github.com/PyCQA/flake8 - rev: "6.0.0" + rev: "6.1.0" hooks: - id: flake8 args: [--max-line-length=120]