mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 14:54:04 +02:00
remove unused ignores
This commit is contained in:
parent
bed616343e
commit
8e305741fb
1 changed files with 1 additions and 3 deletions
|
|
@ -21,10 +21,8 @@ ignore = [
|
|||
"PLR2004", # Magic value used in comparison, consider replacing X with a constant variable
|
||||
"S101", # Use of assert detected
|
||||
"SLF001", # Private member accessed
|
||||
"TD002", # Missing author in TODO; try: `# TODO(<author_name>): ...` or `# TODO @<author_name>: ...`
|
||||
"TD003", # Missing issue link on the line following this TODO
|
||||
"FIX002", # Line contains TODO, consider resolving the issue
|
||||
]
|
||||
|
||||
[per-file-ignores]
|
||||
"tests/*.py" = ["ALL"]
|
||||
".github/*py" = ["INP001"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue