mirror of
https://github.com/adrienverge/yamllint.git
synced 2025-02-25 18:55:20 -06:00
build: enable pyupgrade rules in ruff
This commit is contained in:
parent
d20aa6d302
commit
fd8ddeef8b
@ -1,5 +1,5 @@
|
||||
[lint]
|
||||
extend-select = ["B", "I"]
|
||||
extend-select = ["B", "I", "UP"]
|
||||
|
||||
[lint.isort]
|
||||
known-third-party = ["tests"]
|
||||
|
Loading…
Reference in New Issue
Block a user