diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index df0d83d..a2ba84b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,17 +1,17 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.11.0 + rev: v3.16.0 hooks: - id: pyupgrade args: - "--py311-plus" - repo: https://github.com/adamchainz/django-upgrade - rev: 1.14.1 + rev: 1.18.0 hooks: - id: django-upgrade args: [--target-version, "4.2"] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 # Use the ref you want to point at + rev: v4.6.0 # Use the ref you want to point at hooks: - id: trailing-whitespace - id: check-yaml @@ -19,17 +19,17 @@ repos: exclude: ^static/ - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: isort (python) - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 @@ -41,7 +41,7 @@ repos: - flake8-polyfill - repo: https://github.com/PyCQA/bandit - rev: 1.7.5 + rev: 1.7.8 hooks: - id: bandit args: