Skip to content

Commit fc9a93a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/psf/black: 23.11.0 → 24.3.0](psf/black@23.11.0...24.3.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/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.9.0](pre-commit/mirrors-mypy@v1.7.1...v1.9.0)
1 parent baec0a3 commit fc9a93a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
repos:
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v3.15.0
7+
rev: v3.15.2
88
hooks:
99
- id: pyupgrade
1010
- repo: https://github.com/psf/black
11-
rev: 23.11.0
11+
rev: 24.3.0
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pre-commit/mirrors-prettier
15-
rev: v3.1.0
15+
rev: v4.0.0-alpha.8
1616
hooks:
1717
- id: prettier
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -30,12 +30,12 @@ repos:
3030
- id: mixed-line-ending
3131
- id: trailing-whitespace
3232
- repo: https://github.com/PyCQA/flake8
33-
rev: 6.1.0
33+
rev: 7.0.0
3434
hooks:
3535
- id: flake8
3636
args:
3737
- --max-line-length=100
3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v1.7.1
39+
rev: v1.9.0
4040
hooks:
4141
- id: mypy

0 commit comments

Comments
 (0)