File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
# * Run "pre-commit install".
6
6
repos :
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.1 .0
8
+ rev : v4.2 .0
9
9
hooks :
10
10
- id : check-toml
11
11
- id : check-yaml
16
16
- id : trailing-whitespace
17
17
18
18
- repo : https://github.com/asottile/pyupgrade
19
- rev : v2.31 .1
19
+ rev : v2.32 .1
20
20
hooks :
21
21
- id : pyupgrade
22
22
args : [ "--py37-plus", "--keep-runtime-typing" ]
@@ -32,12 +32,12 @@ repos:
32
32
- id : isort
33
33
34
34
- repo : https://github.com/csachs/pyproject-flake8
35
- rev : v0.0.1a3
35
+ rev : v0.0.1a4
36
36
hooks :
37
37
- id : pyproject-flake8
38
38
39
39
- repo : https://github.com/pre-commit/mirrors-mypy
40
- rev : v0.942
40
+ rev : v0.950
41
41
hooks :
42
42
- id : mypy
43
43
# additional_dependencies: [ "pytest", "trio-typing", "packaging" ]
You can’t perform that action at this time.
0 commit comments