diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a3a3741..54eb6e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: exclude: ^src/libs/|\.cpp$|\.h$|\.cc$|\.c$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.4.0" + rev: "v5.0.0" hooks: - id: check-added-large-files - id: check-case-conflict @@ -25,35 +25,35 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/setup-cfg-fmt - rev: "v2.4.0" + rev: "v2.5.0" hooks: - id: setup-cfg-fmt - repo: https://github.com/PyCQA/isort - rev: "5.12.0" + rev: "5.13.2" hooks: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: "v3.13.0" + rev: "v3.17.0" hooks: - id: pyupgrade args: ["--py36-plus"] - repo: https://github.com/psf/black - rev: "23.9.1" + rev: "24.8.0" hooks: - id: black args: ["--skip-string-normalization"] - repo: https://github.com/hadialqattan/pycln - rev: "v2.2.2" + rev: "v2.4.0" hooks: - id: pycln args: ["--all"] - repo: https://github.com/PyCQA/flake8 - rev: "6.1.0" + rev: "7.1.1" hooks: - id: flake8 additional_dependencies: [flake8-bugbear, pep8-naming] @@ -65,13 +65,13 @@ repos: stages: [manual] - repo: https://github.com/codespell-project/codespell - rev: "v2.2.5" + rev: "v2.3.0" hooks: - id: codespell args: ["-L", "nd,unparseable,compiletime"] - repo: https://github.com/shellcheck-py/shellcheck-py - rev: "v0.9.0.6" + rev: "v0.10.0.1" hooks: - id: shellcheck