mirror of https://github.com/Nonannet/copapy.git
ruff config updated
This commit is contained in:
parent
548ca6fab8
commit
8b760e4b6f
|
|
@ -77,7 +77,12 @@ markers = [
|
||||||
"runner: requires to have an compiled runner executable"]
|
"runner: requires to have an compiled runner executable"]
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
lint.ignore = ["E501", "E226", "E265"]
|
ignore = [
|
||||||
|
"E501",
|
||||||
|
"E226",
|
||||||
|
"E265",
|
||||||
|
"C901"
|
||||||
|
]
|
||||||
|
|
||||||
# Equivalent to Flake8's "exclude"
|
# Equivalent to Flake8's "exclude"
|
||||||
exclude = [
|
exclude = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue