File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/ambv/black
3
- rev : 21.7b0
3
+ rev : 22.8.0
4
4
hooks :
5
5
- id : black
6
6
args : [--safe, --quiet]
7
7
- repo : https://github.com/asottile/blacken-docs
8
- rev : v1.10.0
8
+ rev : v1.12.1
9
9
hooks :
10
10
- id : blacken-docs
11
- additional_dependencies : [black==21.7b0 ]
11
+ additional_dependencies : [black==22.6.0 ]
12
12
- repo : https://github.com/pre-commit/pre-commit-hooks
13
13
rev : v2.1.0
14
14
hooks :
15
15
- id : trailing-whitespace
16
16
- id : end-of-file-fixer
17
17
- id : flake8
18
+ args : [--min-python-version, "3.7.0"]
18
19
additional_dependencies : [flake8-typing-imports]
19
20
- repo : https://github.com/pre-commit/mirrors-mypy
20
- rev : v0.931
21
+ rev : v0.981
21
22
hooks :
22
23
- id : mypy
23
24
files : ^(src/|testing/)
36
37
hooks :
37
38
- id : rst-backticks
38
39
- repo : https://github.com/asottile/pyupgrade
39
- rev : v2.23.3
40
+ rev : v2.38.2
40
41
hooks :
41
42
- id : pyupgrade
42
- args : [--py36 -plus]
43
+ args : [--py37 -plus]
You can’t perform that action at this time.
0 commit comments