Enable more ruff rules
This commit is contained in:
parent
64fd7d47e6
commit
9d4b229b44
1 changed files with 12 additions and 0 deletions
|
|
@ -32,6 +32,18 @@ packages = ["leek"]
|
|||
package-dir = {leek = "src"}
|
||||
include-package-data = true
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
# Defaults
|
||||
"E4",
|
||||
"E7",
|
||||
"E9",
|
||||
"F",
|
||||
|
||||
"W", # Pycodestyle warning
|
||||
"N" # Pep-8 naming
|
||||
]
|
||||
|
||||
# Pyside 6 doesn't have type info so it's better to just ignore it
|
||||
[[tool.mypy.overrides]]
|
||||
module = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue