Configure linting and formatting tools
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
dfa0bb7424
commit
65e77ac533
@ -27,3 +27,14 @@ script-files = ["bin/euscan"]
|
||||
|
||||
[tool.setuptools_scm]
|
||||
version_file = "src/euscan/_version.py"
|
||||
|
||||
[tool.black]
|
||||
include = "(bin|euscan)"
|
||||
extend_exclude = "(man|po|.*.egg-info)"
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
src_paths = ["bin/euscan", "src/euscan/"]
|
||||
|
||||
[tool.ruff]
|
||||
extend-include = ["bin/euscan", "bin/euscan_patch_metadata"]
|
||||
|
Loading…
Reference in New Issue
Block a user