mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +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 = [
|
||||
"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",
|
||||
"B",
|
||||
"BLE",
|
||||
|
@ -91,8 +91,6 @@ lint.select = [
|
|||
"ISC",
|
||||
"N",
|
||||
"PD",
|
||||
# "NPY",
|
||||
# "AIR",
|
||||
"PERF",
|
||||
"PGH",
|
||||
"PIE",
|
||||
|
|
Loading…
Reference in New Issue
Block a user