Skip to content

Commit 2a37be5

Browse files
committed
Backport PR pandas-dev#46558: CI: pre-commit autoupdate to fix CI
1 parent eb27f7b commit 2a37be5

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
@@ -9,7 +9,7 @@ repos:
99
- id: absolufy-imports
1010
files: ^pandas/
1111
- repo: https://github.com/python/black
12-
rev: 21.12b0
12+
rev: 22.3.0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/codespell-project/codespell
@@ -26,7 +26,7 @@ repos:
2626
exclude: \.txt$
2727
- id: trailing-whitespace
2828
- repo: https://github.com/cpplint/cpplint
29-
rev: 1.5.5
29+
rev: 1.6.0
3030
hooks:
3131
- id: cpplint
3232
# We don't lint all C files because we don't want to lint any that are built
@@ -49,7 +49,7 @@ repos:
4949
hooks:
5050
- id: isort
5151
- repo: https://github.com/asottile/pyupgrade
52-
rev: v2.31.0
52+
rev: v2.31.1
5353
hooks:
5454
- id: pyupgrade
5555
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=21.5b2
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==21.5b2
9+
black==22.3.0
1010
cpplint
1111
flake8==4.0.1
1212
flake8-bugbear==21.3.2

0 commit comments

Comments
 (0)