We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbb3bf1 + 48474d4 commit 161babaCopy full SHA for 161baba
.pre-commit-config.yaml
@@ -34,9 +34,7 @@ repos:
34
- repo: https://github.com/psf/black
35
rev: 23.11.0
36
hooks:
37
- - name: black
38
- id: black
39
- args: ["--line-length", "79"]
+ - id: black
40
- repo: https://github.com/pre-commit/mirrors-prettier
41
rev: "v3.1.0"
42
pyproject.toml
@@ -36,6 +36,9 @@ Issues = "https://github.com/crate-py/rpds/issues/"
Funding = "https://github.com/sponsors/Julian"
Source = "https://github.com/crate-py/rpds"
+[tool.black]
+line-length = 79
+
[tool.isort]
43
combine_as_imports = true
44
from_first = true
0 commit comments