File tree 3 files changed +373
-330
lines changed
3 files changed +373
-330
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/psf/black
7
- rev : 24.4.2
7
+ rev : 25.1.0
8
8
hooks :
9
9
- id : black
10
10
- repo : https://github.com/pycqa/isort
11
- rev : 5.13.2
11
+ rev : 6.0.1
12
12
hooks :
13
13
- id : isort
14
14
name : isort (python)
@@ -20,13 +20,13 @@ repos:
20
20
name : isort (pyi)
21
21
types : [pyi]
22
22
- repo : https://github.com/pre-commit/mirrors-mypy
23
- rev : v1.10 .0
23
+ rev : v1.15 .0
24
24
hooks :
25
25
- id : mypy
26
26
# This is a bit annoying. There are probably more dependencies that need
27
27
# to be defined here for identical behaviour between `poetry run mypy`
28
28
# and `pre-commit run mypy`.
29
- additional_dependencies : [attrs==23.2 .0]
29
+ additional_dependencies : [attrs==25.1 .0]
30
30
- repo : https://github.com/pre-commit/mirrors-prettier
31
31
rev : v3.0.3
32
32
hooks :
You can’t perform that action at this time.
0 commit comments