diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 14e5037..43a3fc6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: '3.4.0' + rev: '3.4.1' hooks: - id: editorconfig-checker alias: ec @@ -21,11 +21,11 @@ repos: - id: isort name: isort (python) - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 25.11.0 hooks: - id: black - repo: https://github.com/asottile/pyupgrade - rev: v3.21.0 + rev: v3.21.1 hooks: - id: pyupgrade args: [--py39-plus]