Skip to content

Commit 668e26a

Browse files
[pre-commit.ci] pre-commit autoupdate [norelease]
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.13](astral-sh/ruff-pre-commit@v0.1.6...v0.1.13) - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.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) - [github.com/pre-commit/mirrors-eslint: v8.54.0 → v9.0.0-alpha.1](pre-commit/mirrors-eslint@v8.54.0...v9.0.0-alpha.1)
1 parent b465141 commit 668e26a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1.13
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: 23.12.1
5858
hooks:
5959
- id: black
6060

6161
- repo: https://github.com/pre-commit/mirrors-mypy
62-
rev: v1.7.1
62+
rev: v1.8.0
6363
hooks:
6464
- id: mypy
6565
additional_dependencies:
@@ -69,13 +69,13 @@ 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/
7676
types_or: ["javascript", "css"]
7777

7878
- repo: https://github.com/pre-commit/mirrors-eslint
79-
rev: v8.54.0
79+
rev: v9.0.0-alpha.1
8080
hooks:
8181
- id: eslint

0 commit comments

Comments
 (0)