Enable PEP8 linting in ruff
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
c0be0e0b67
commit
764bcf9ce8
@ -42,4 +42,4 @@ src_paths = ["bin/euscan", "src/euscan/"]
|
|||||||
extend-include = ["bin/euscan", "bin/euscan_patch_metadata"]
|
extend-include = ["bin/euscan", "bin/euscan_patch_metadata"]
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
extend-select = ["E", "W"]
|
extend-select = ["E", "N", "W"]
|
||||||
|
Loading…
Reference in New Issue
Block a user