diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3359629b..aeeccc0f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,12 +25,12 @@ exclude: | repos: # Code Upgrades - repo: https://github.com/asottile/pyupgrade - rev: v3.21.0 + rev: v3.21.1 hooks: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/adamchainz/django-upgrade - rev: 1.29.0 + rev: 1.29.1 hooks: - id: django-upgrade args: [--target-version=4.2] @@ -64,7 +64,7 @@ repos: - id: check-executables-have-shebangs - id: end-of-file-fixer - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.4.0 + rev: 3.4.1 hooks: - id: editorconfig-checker - repo: https://github.com/igorshubovych/markdownlint-cli @@ -76,7 +76,7 @@ repos: - --disable=MD013 # Infrastructure - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.11.0 + rev: v2.11.1 hooks: - id: pyproject-fmt name: pyproject.toml formatter