diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 267b60a..b7126a9 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.5" + rev: "v2.2.0" 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]