We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baec0a3 commit fc9a93aCopy full SHA for fc9a93a
.pre-commit-config.yaml
@@ -4,15 +4,15 @@
4
5
repos:
6
- repo: https://github.com/asottile/pyupgrade
7
- rev: v3.15.0
+ rev: v3.15.2
8
hooks:
9
- id: pyupgrade
10
- repo: https://github.com/psf/black
11
- rev: 23.11.0
+ rev: 24.3.0
12
13
- id: black
14
- repo: https://github.com/pre-commit/mirrors-prettier
15
- rev: v3.1.0
+ rev: v4.0.0-alpha.8
16
17
- id: prettier
18
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -30,12 +30,12 @@ repos:
30
- id: mixed-line-ending
31
- id: trailing-whitespace
32
- repo: https://github.com/PyCQA/flake8
33
- rev: 6.1.0
+ rev: 7.0.0
34
35
- id: flake8
36
args:
37
- --max-line-length=100
38
- repo: https://github.com/pre-commit/mirrors-mypy
39
- rev: v1.7.1
+ rev: v1.9.0
40
41
- id: mypy
0 commit comments