Enable all pycodestyle checks in ruff

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2023-11-16 05:02:30 +02:00
parent eedf3c5939
commit d48699e5fd
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
1 changed files with 3 additions and 0 deletions

View File

@ -40,3 +40,6 @@ src_paths = ["bin/euscan", "src/euscan/"]
[tool.ruff]
extend-include = ["bin/euscan", "bin/euscan_patch_metadata"]
[tool.ruff.lint]
extend-select = ["E", "W"]