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 0213c1e commit c112f2aCopy full SHA for c112f2a
pyproject.toml
@@ -61,18 +61,19 @@ include = [
61
"etc/**/*.py",
62
"test/**/*.py",
63
"doc/**/*",
64
- "*.py"
+ "*.py",
65
+ "."
66
]
67
68
[tool.ruff.lint]
69
# Rules: https://docs.astral.sh/ruff/rules/
70
select = [
71
# "E", # pycodestyle
72
# "W", # pycodestyle warnings
-# "D", # pydocstyle
73
+ "D", # pydocstyle
74
# "F", # Pyflakes
75
# "UP", # pyupgrade
- "S", # flake8-bandit
76
+# "S", # flake8-bandit
77
"I", # isort
78
# "C9", # McCabe complexity
79
0 commit comments