add developer tools to requirements and gitignore

This commit is contained in:
Milan Kolar 2021-01-08 22:25:48 +01:00
parent dd7dfd57da
commit 906751d3f8
3 changed files with 15 additions and 1 deletions

View file

@ -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/*