Skip to content

Commit 71ee38c

Browse files
MarcoGorelliyehoshuadimarsky
authored andcommitted
CI: pre-commit autoupdate to fix CI (pandas-dev#46558)
* pre-commit autoupdate * update environment.yml
1 parent ea19c78 commit 71ee38c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
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
@@ -33,7 +33,7 @@ repos:
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
@@ -56,7 +56,7 @@ repos:
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]

environment.yml

+1-1
Original file line numberDiff line numberDiff 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

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python-dateutil>=2.8.1
66
pytz
77
asv < 0.5.0
88
cython>=0.29.24
9-
black==22.1.0
9+
black==22.3.0
1010
cpplint
1111
flake8==4.0.1
1212
flake8-bugbear==21.3.2

0 commit comments

Comments
 (0)