mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
added linting details
This commit is contained in:
parent
644f79bf0d
commit
79dbdb38e2
1 changed files with 2 additions and 2 deletions
|
|
@ -35,9 +35,9 @@ line-length = 79
|
|||
indent-width = 4
|
||||
|
||||
[lint]
|
||||
preview = true
|
||||
pydocstyle.convention = "google"
|
||||
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
|
||||
# Unlike Flake8, Ruff doesn't enable pycodestyle warnings (`W`) or
|
||||
# McCabe complexity (`C901`) by default.
|
||||
select = ["E", "F", "W"]
|
||||
ignore = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue