diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ffd261..53d6d4e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: check-executables-have-shebangs - id: check-shebang-scripts-are-executable - repo: https://github.com/adamchainz/django-upgrade - rev: 1.21.0 + rev: 1.22.1 hooks: - id: django-upgrade args: [--target-version, "4.1"] @@ -59,7 +59,7 @@ repos: - eslint@8.36.0 - eslint-config-prettier@8.5.0 - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.2.4 + rev: 2.3.1 hooks: - id: pyproject-fmt - repo: https://github.com/jazzband/pip-tools