Skip to content

Commit b03383f

Browse files
FactorizeDMateusz
and
Mateusz
authored
BLD: Fix black to match pre-commit black version (#46490)
Co-authored-by: Mateusz <[email protected]>
1 parent c68c626 commit b03383f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1.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.1.0
1010
cpplint
1111
flake8==4.0.1
1212
flake8-bugbear==21.3.2

0 commit comments

Comments
 (0)