diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ddd6ce1d..7a2ce63c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -167,7 +167,7 @@ repos: description: Enforce that python3.6+ type annotations are used instead of type comments. - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.6.1 + rev: 3.8.0 hooks: - id: editorconfig-checker name: EditorConfig Checker @@ -252,7 +252,7 @@ repos: - mdformat-shfmt==0.2.0 # Mdformat plugin to format shell code blocks ยป https://github.com/hukkin/mdformat-shfmt/tags - repo: https://github.com/tox-dev/tox-ini-fmt - rev: 1.7.1 + rev: 1.8.1 hooks: - id: tox-ini-fmt name: tox.ini formatter