diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e36e79d..c10ed38 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ --- exclude: '^docs/|/migrations/|.devcontainer/devcontainer.json' -default_stages: [commit] +default_stages: [pre-commit] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -19,34 +19,34 @@ repos: - id: detect-private-key - repo: https://github.com/adamchainz/django-upgrade - rev: '1.18.0' + rev: '1.23.1' hooks: - id: django-upgrade args: ['--target-version', '4.2'] - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.19.1 hooks: - id: pyupgrade args: [--py311-plus] - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/Riverside-Healthcare/djLint - rev: v1.34.1 + rev: v1.36.4 hooks: - id: djlint-reformat-django - id: djlint-django