mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-09 16:10:49 +03:00
Remove a couple of commented out Ruff rules
This commit is contained in:
parent
f1b173a59d
commit
23af0dc34a
|
@ -67,7 +67,7 @@ extend-exclude = [
|
||||||
|
|
||||||
lint.select = [
|
lint.select = [
|
||||||
"A",
|
"A",
|
||||||
# "ANN", # flake8-annotations: we should support this in the future but 100+ errors atm
|
# "ANN", # flake8-annotations: we should support this in the future but many errors atm
|
||||||
"ASYNC",
|
"ASYNC",
|
||||||
"B",
|
"B",
|
||||||
"BLE",
|
"BLE",
|
||||||
|
@ -91,8 +91,6 @@ lint.select = [
|
||||||
"ISC",
|
"ISC",
|
||||||
"N",
|
"N",
|
||||||
"PD",
|
"PD",
|
||||||
# "NPY",
|
|
||||||
# "AIR",
|
|
||||||
"PERF",
|
"PERF",
|
||||||
"PGH",
|
"PGH",
|
||||||
"PIE",
|
"PIE",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user