We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0bff39 commit d19c841Copy full SHA for d19c841
2 files changed
pyproject.toml
@@ -13,7 +13,6 @@ fix = true
13
force-exclude = true
14
target-version = "py311"
15
lint.ignore = [
16
- "COM812", # trailing commas (ruff-format recommended)
17
"D203", # no-blank-line-before-class
18
"D212", # multi-line-summary-first-line
19
"D407", # removed dashes lines under sections
{{cookiecutter.project_slug}}/pyproject.toml
@@ -82,7 +82,6 @@ testpaths = [
82
fix = true
83
84
85
86
87
88
0 commit comments