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 9
9
- id : absolufy-imports
10
10
files : ^pandas/
11
11
- repo : https://github.com/python/black
12
- rev : 21.12b0
12
+ rev : 22.3.0
13
13
hooks :
14
14
- id : black
15
15
- repo : https://github.com/codespell-project/codespell
26
26
exclude : \.txt$
27
27
- id : trailing-whitespace
28
28
- repo : https://github.com/cpplint/cpplint
29
- rev : 1.5.5
29
+ rev : 1.6.0
30
30
hooks :
31
31
- id : cpplint
32
32
# We don't lint all C files because we don't want to lint any that are built
49
49
hooks :
50
50
- id : isort
51
51
- repo : https://github.com/asottile/pyupgrade
52
- rev : v2.31.0
52
+ rev : v2.31.1
53
53
hooks :
54
54
- id : pyupgrade
55
55
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=21.5b2
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 == 21.5b2
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