File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v3 .4.0
3
+ rev : v4 .4.0
4
4
hooks :
5
5
- id : check-yaml
6
6
- id : end-of-file-fixer
7
7
- id : trailing-whitespace
8
8
- repo : https://github.com/pre-commit/mirrors-isort
9
- rev : v5.8.0 # must be >5.0.0 for black compatibility
9
+ rev : v5.10.1 # must be >5.0.0 for black compatibility
10
10
hooks :
11
11
- id : isort
12
12
args : ["--profile", "black", "."]
13
13
- repo : https://github.com/ambv/black
14
- rev : 22.3 .0
14
+ rev : 23.7 .0
15
15
hooks :
16
16
- id : black
17
17
- repo : https://github.com/pre-commit/mirrors-mypy
18
- rev : v0.812
18
+ rev : v1.4.1
19
19
hooks :
20
20
- id : mypy
21
+ additional_dependencies : [types-setuptools, types-requests, types-python-dateutil]
21
22
verbose : true
You can’t perform that action at this time.
0 commit comments