Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update pre commit: to autoupdate and with gitleaks (issues 146, 64) #147

Merged
Prev Previous commit
Next Next commit
remove tool section for black from pyproject.toml
danielfromearth authored Nov 14, 2024
commit 195367a1f9ce63cbd38bd146442c0cb1175a35a8
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -37,16 +37,15 @@ module = [
]
ignore_missing_imports = true

[tool.black]
line-length = 100

[tool.ruff]
builtins = ["ellipsis"]
exclude = [
".eggs",
"doc",
"_typed_ops.pyi",
]
# Allow lines to be as long as 100.
line-length = 100
target-version = "py310"

[tool.ruff.lint]