File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 pass_filenames : true
1717 require_serial : false
1818- repo : https://github.com/python/black
19- rev : 22.1 .0
19+ rev : 22.3 .0
2020 hooks :
2121 - id : black
2222- repo : https://github.com/codespell-project/codespell
3333 exclude : \.txt$
3434 - id : trailing-whitespace
3535- repo : https://github.com/cpplint/cpplint
36- rev : 1.5.5
36+ rev : 1.6.0
3737 hooks :
3838 - id : cpplint
3939 # We don't lint all C files because we don't want to lint any that are built
5656 hooks :
5757 - id : isort
5858- repo : https://github.com/asottile/pyupgrade
59- rev : v2.31.0
59+ rev : v2.31.1
6060 hooks :
6161 - id : pyupgrade
6262 args : [--py38-plus]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies:
1818 - cython>=0.29.24
1919
2020 # code checks
21- - black=22.1 .0
21+ - black=22.3 .0
2222 - cpplint
2323 - flake8=4.0.1
2424 - 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
66pytz
77asv < 0.5.0
88cython >= 0.29.24
9- black == 22.1 .0
9+ black == 22.3 .0
1010cpplint
1111flake8 == 4.0.1
1212flake8-bugbear == 21.3.2
You can’t perform that action at this time.
0 commit comments