We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ceeab commit f4079ecCopy full SHA for f4079ec
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- repo: https://github.com/psf/black
19
# WARNING: version should be the same as in `pyproject.toml`
20
# 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'
+ rev: 'refs/tags/23.3.0:refs/tags/23.3.0'
22
hooks:
23
- id: black
24
pass_filenames: false
pyproject.toml
@@ -119,7 +119,7 @@ pep8-naming = ["-N802"]
119
pep8-naming = ["-N802"]
120
121
[tool.black]
122
-required-version = "23.1.0"
+required-version = "23.3.0"
123
line-length = "88"
124
target-version = ['py37']
125
include = '\.pyi?$'
0 commit comments