File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pycqa/isort
3
- rev : 5.10.1
3
+ rev : 5.12.0
4
4
hooks :
5
5
- id : isort
6
6
7
7
- repo : https://github.com/python/black
8
- rev : 22.6 .0
8
+ rev : 23.3 .0
9
9
hooks :
10
10
- id : black
11
11
12
12
- repo : https://github.com/asottile/pyupgrade
13
- rev : v2.34.0
13
+ rev : v3.3.2
14
14
hooks :
15
15
- id : pyupgrade
16
16
args : ["--py37-plus"]
17
17
18
18
- repo : https://github.com/pycqa/flake8
19
- rev : 4 .0.1
19
+ rev : 6 .0.0
20
20
hooks :
21
21
- id : flake8
22
22
exclude : ^fuzz/generated/
23
23
24
24
- repo : https://github.com/PyCQA/bandit
25
- rev : 1.7.4
25
+ rev : 1.7.5
26
26
hooks :
27
27
- id : bandit
28
28
args : ["-c", "bandit.conf"]
29
29
30
30
- repo : https://github.com/jorisroovers/gitlint
31
- rev : v0.17.0
31
+ rev : v0.19.1
32
32
hooks :
33
33
- id : gitlint
Original file line number Diff line number Diff line change 1
- black==22.6 .0
2
- isort==5.10.1
3
- pre-commit==2.19.0
4
- flake8==4 .0.1
5
- bandit==1.7.4
6
- gitlint== v0.17.0
1
+ black==23.3 .0
2
+ isort==5.12.0
3
+ pre-commit==3.2.2
4
+ flake8==6 .0.0
5
+ bandit==1.7.5
6
+ gitlint== v0.19.1
7
7
py>=1.10.0
8
8
pytest
9
9
pytest-xdist
You can’t perform that action at this time.
0 commit comments