mirror of
https://github.com/adrienverge/yamllint.git
synced 2025-02-25 18:55:20 -06:00
build: enable tryceratops rules in ruff
Ignore this rule for now: TRY003 Avoid specifying long messages outside the exception class
This commit is contained in:
parent
f68cae3f1e
commit
329500a1bc
@ -1,5 +1,6 @@
|
||||
[lint]
|
||||
extend-select = ["B", "I", "UP"]
|
||||
extend-select = ["B", "I", "TRY", "UP"]
|
||||
ignore = ["TRY003"]
|
||||
|
||||
[lint.isort]
|
||||
known-third-party = ["tests"]
|
||||
|
Loading…
Reference in New Issue
Block a user