Skip to content

Commit 5e59b3c

Browse files
mroeschkeim-vinicius
authored and
im-vinicius
committed
STY: Bump black to 23.3.0 (pandas-dev#53048)
1 parent a38f62f commit 5e59b3c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
language: python
2727
require_serial: true
2828
types_or: [python, pyi]
29-
additional_dependencies: [black==23.1.0]
29+
additional_dependencies: [black==23.3.0]
3030
- repo: https://github.com/charliermarsh/ruff-pre-commit
3131
rev: v0.0.264
3232
hooks:

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies:
7373
- cxx-compiler
7474

7575
# code checks
76-
- black=23.1.0
76+
- black=23.3.0
7777
- cpplint
7878
- flake8=6.0.0
7979
- isort>=5.2.1 # check that imports are in the right order

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ environment = { IS_32_BIT="true" }
171171

172172
[tool.black]
173173
target-version = ['py39', 'py310']
174-
required-version = '23.1.0'
174+
required-version = '23.3.0'
175175
exclude = '''
176176
(
177177
asv_bench/env

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ seaborn
5050
moto
5151
flask
5252
asv>=0.5.1
53-
black==23.1.0
53+
black==23.3.0
5454
cpplint
5555
flake8==6.0.0
5656
isort>=5.2.1

0 commit comments

Comments
 (0)