File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
pass_filenames : true
17
17
require_serial : false
18
18
- repo : https://github.com/python/black
19
- rev : 22.1 .0
19
+ rev : 22.3 .0
20
20
hooks :
21
21
- id : black
22
22
- repo : https://github.com/codespell-project/codespell
33
33
exclude : \.txt$
34
34
- id : trailing-whitespace
35
35
- repo : https://github.com/cpplint/cpplint
36
- rev : 1.5.5
36
+ rev : 1.6.0
37
37
hooks :
38
38
- id : cpplint
39
39
# We don't lint all C files because we don't want to lint any that are built
56
56
hooks :
57
57
- id : isort
58
58
- repo : https://github.com/asottile/pyupgrade
59
- rev : v2.31.0
59
+ rev : v2.31.1
60
60
hooks :
61
61
- id : pyupgrade
62
62
args : [--py38-plus]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies:
18
18
- cython>=0.29.24
19
19
20
20
# code checks
21
- - black=22.1 .0
21
+ - black=22.3 .0
22
22
- cpplint
23
23
- flake8=4.0.1
24
24
- flake8-bugbear=21.3.2 # used by flake8, find likely bugs
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ python-dateutil>=2.8.1
6
6
pytz
7
7
asv < 0.5.0
8
8
cython >= 0.29.24
9
- black == 22.1 .0
9
+ black == 22.3 .0
10
10
cpplint
11
11
flake8 == 4.0.1
12
12
flake8-bugbear == 21.3.2
You can’t perform that action at this time.
0 commit comments