Skip to content

Commit 6861ef3

Browse files
[pre-commit.ci] pre-commit autoupdate (#280)
[pre-commit.ci] pre-commit autoupdate updates: github.com/psf/black: 23.10.1 → 23.11.0 github.com/pre-commit/mirrors-prettier: v3.0.3 → v3.1.0 github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.1 Reviewed-by: Nikola Forró
2 parents 551358e + 78c6bc2 commit 6861ef3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ repos:
88
hooks:
99
- id: pyupgrade
1010
- repo: https://github.com/psf/black
11-
rev: 23.10.1
11+
rev: 23.11.0
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pre-commit/mirrors-prettier
15-
rev: v3.0.3
15+
rev: v3.1.0
1616
hooks:
1717
- id: prettier
1818
exclude: tests/data/.+
@@ -34,7 +34,7 @@ repos:
3434
args:
3535
- --max-line-length=100
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.6.1
37+
rev: v1.7.1
3838
hooks:
3939
- id: mypy
4040
exclude: examples

0 commit comments

Comments
 (0)