diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5413219..e07c926 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.8.0' + rev: '3.11.1' hooks: - id: editorconfig-checker alias: ec @@ -16,7 +16,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 9.0.0b2 + rev: 9.0.0b5 hooks: - id: isort name: isort (python)