Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exclude: ^migrations/

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
Expand All @@ -15,7 +15,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
rev: v2.3.1
hooks:
- id: autoflake
args:
Expand All @@ -25,7 +25,7 @@ repos:
- "--remove-unused-variables"

- repo: https://github.com/MarcoGorelli/auto-walrus
rev: v0.2.2
rev: 0.3.4
hooks:
- id: auto-walrus

Expand All @@ -35,7 +35,7 @@ repos:
- id: dodgy

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
rev: v0.9.1
hooks:
- id: ruff
args:
Expand All @@ -54,12 +54,12 @@ repos:
- "--pre-summary-newline"

- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.10.0
hooks:
- id: black

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -69,7 +69,7 @@ repos:
- "--scripts-are-modules"

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
exclude: consent-api/templates/
Expand Down