mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
enable preview in ruff linting
This commit is contained in:
parent
400774d438
commit
b5961dcb92
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ indent-width = 4
|
|||
target-version = "py39"
|
||||
|
||||
[tool.ruff.lint]
|
||||
preview = true
|
||||
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
|
||||
select = ["E", "F", "W"]
|
||||
ignore = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue