Move pytype to pyproject.toml
This commit is contained in:
parent
7bf9cf3f3a
commit
1d0edd2dab
|
|
@ -1,2 +1,5 @@
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 127
|
line-length = 127
|
||||||
|
|
||||||
|
[tool.pytype]
|
||||||
|
inputs = ['sb3_contrib']
|
||||||
|
|
|
||||||
|
|
@ -16,9 +16,6 @@ filterwarnings =
|
||||||
markers =
|
markers =
|
||||||
slow: marks tests as slow (deselect with '-m "not slow"')
|
slow: marks tests as slow (deselect with '-m "not slow"')
|
||||||
|
|
||||||
[pytype]
|
|
||||||
inputs = sb3_contrib
|
|
||||||
|
|
||||||
[mypy]
|
[mypy]
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
follow_imports = silent
|
follow_imports = silent
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue