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.
2 parents e652871 + a3728bd commit 68d995fCopy full SHA for 68d995f
ruff.toml
@@ -3,7 +3,7 @@ extend = ".venv/Beslogic-Ruff-Config/ruff.toml"
3
4
[lint]
5
explicit-preview-rules = false # This project uses bleeding-edge behaviours
6
-ignore=[
+ignore = [
7
"D205", # Not all docstrings have a short description + description
8
# We have some Pascal case module names
9
"N999", # pep8-naming: Invalid module name
0 commit comments