mirror of
https://github.com/AllSpiceIO/cofactr-cogs.git
synced 2025-04-14 07:19:13 +00:00
Add pyproject.toml for ruff linting
This commit is contained in:
parent
d544b05d78
commit
9f33593f70
8
pyproject.toml
Normal file
8
pyproject.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[tool.ruff]
|
||||
lint.ignore = [
|
||||
"E501", # Line length.
|
||||
"F405", # Unknown identifier usage due to import *.
|
||||
]
|
||||
line-length = 100
|
||||
lint.select = ["E", "F", "RUF"]
|
||||
exclude = []
|
Loading…
Reference in New Issue
Block a user