mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
add developer tools to requirements and gitignore
This commit is contained in:
parent
dd7dfd57da
commit
906751d3f8
3 changed files with 15 additions and 1 deletions
|
|
@ -10,6 +10,9 @@ exclude =
|
|||
|
||||
max-complexity = 30
|
||||
|
||||
[pylint.'MESSAGES CONTROL']
|
||||
disable = no-member
|
||||
|
||||
[pydocstyle]
|
||||
convention = google
|
||||
ignore = D107
|
||||
|
|
@ -20,3 +23,6 @@ omit = /tests
|
|||
|
||||
[coverage:html]
|
||||
directory = ./coverage
|
||||
|
||||
[tool:pytest]
|
||||
norecursedirs = repos/* pype/modules/ftrack/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue