mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Add more ruff rules after talking with Jonathan
This commit is contained in:
parent
e7c7f5495f
commit
53768bf971
1 changed files with 3 additions and 1 deletions
|
@ -154,7 +154,9 @@ select = [
|
||||||
'Q',
|
'Q',
|
||||||
'RSE',
|
'RSE',
|
||||||
'TID',
|
'TID',
|
||||||
'TCH'
|
'TCH',
|
||||||
|
'T100', # debugger, don't allow break points
|
||||||
|
'ICN'
|
||||||
]
|
]
|
||||||
exclude = [".git", ".tox", ".venv", "node_modules"]
|
exclude = [".git", ".tox", ".venv", "node_modules"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue