Skip to content

Commit f4079ec

Browse files
committed
update black version in other places
1 parent 86ceeab commit f4079ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- repo: https://github.com/psf/black
1919
# WARNING: version should be the same as in `pyproject.toml`
2020
# Using git ref spec because of https://github.com/psf/black/issues/2493
21-
rev: 'refs/tags/23.1.0:refs/tags/23.1.0'
21+
rev: 'refs/tags/23.3.0:refs/tags/23.3.0'
2222
hooks:
2323
- id: black
2424
pass_filenames: false

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pep8-naming = ["-N802"]
119119
pep8-naming = ["-N802"]
120120

121121
[tool.black]
122-
required-version = "23.1.0"
122+
required-version = "23.3.0"
123123
line-length = "88"
124124
target-version = ['py37']
125125
include = '\.pyi?$'

0 commit comments

Comments
 (0)