Skip to content

Commit 0224f71

Browse files
[pre-commit.ci] pre-commit autoupdate [norelease]
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/MarcoGorelli/auto-walrus: v0.2.2 → 0.3.4](MarcoGorelli/auto-walrus@v0.2.2...0.3.4) - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.4.2](astral-sh/ruff-pre-commit@v0.1.6...v0.4.2) - [github.com/psf/black: 23.11.0 → 24.4.2](psf/black@23.11.0...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.10.0](pre-commit/mirrors-mypy@v1.7.1...v1.10.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
1 parent dba3244 commit 0224f71

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exclude: ^migrations/
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.5.0
9+
rev: v4.6.0
1010
hooks:
1111
- id: check-added-large-files
1212
- id: check-merge-conflict
@@ -15,7 +15,7 @@ repos:
1515
- id: trailing-whitespace
1616

1717
- repo: https://github.com/PyCQA/autoflake
18-
rev: v2.2.1
18+
rev: v2.3.1
1919
hooks:
2020
- id: autoflake
2121
args:
@@ -25,7 +25,7 @@ repos:
2525
- "--remove-unused-variables"
2626

2727
- repo: https://github.com/MarcoGorelli/auto-walrus
28-
rev: v0.2.2
28+
rev: 0.3.4
2929
hooks:
3030
- id: auto-walrus
3131

@@ -35,7 +35,7 @@ repos:
3535
- id: dodgy
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.1.6
38+
rev: v0.4.2
3939
hooks:
4040
- id: ruff
4141
args:
@@ -54,12 +54,12 @@ repos:
5454
- "--pre-summary-newline"
5555

5656
- repo: https://github.com/psf/black
57-
rev: 23.11.0
57+
rev: 24.4.2
5858
hooks:
5959
- id: black
6060

6161
- repo: https://github.com/pre-commit/mirrors-mypy
62-
rev: v1.7.1
62+
rev: v1.10.0
6363
hooks:
6464
- id: mypy
6565
additional_dependencies:
@@ -69,7 +69,7 @@ repos:
6969
- "--scripts-are-modules"
7070

7171
- repo: https://github.com/pre-commit/mirrors-prettier
72-
rev: v3.1.0
72+
rev: v4.0.0-alpha.8
7373
hooks:
7474
- id: prettier
7575
exclude: consent_api/templates/

0 commit comments

Comments
 (0)