diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6767449..7060848 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ exclude: ^(src/utils/update.py) repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: # - id: check-added-large-files - id: check-case-conflict @@ -36,12 +36,12 @@ repos: # - id: setup-cfg-fmt - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.18.0 hooks: - id: pyupgrade - repo: https://github.com/pylint-dev/pylint - rev: v3.2.5 + rev: v3.3.1 hooks: - id: pylint types: [python] @@ -62,7 +62,7 @@ repos: - id: yesqa - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.1 + rev: v0.7.0 hooks: - id: ruff - id: ruff-format @@ -79,7 +79,7 @@ repos: exclude: "config-sample.yml" - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "2.7.3" + rev: "3.0.3" hooks: - id: editorconfig-checker exclude: "^(docs/README.md)"