diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 240c549..d8c1cdd 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: '2.7.0' + rev: '2.7.1' hooks: - id: editorconfig-checker alias: ec @@ -16,7 +16,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort name: isort (python)