Move pytype to pyproject.toml

This commit is contained in:
Antonin Raffin 2023-01-10 22:55:12 +01:00
parent 7bf9cf3f3a
commit 1d0edd2dab
No known key found for this signature in database
GPG Key ID: B8B48F65CAD6232C
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,5 @@
[tool.black]
line-length = 127
[tool.pytype]
inputs = ['sb3_contrib']

View File

@ -16,9 +16,6 @@ filterwarnings =
markers =
slow: marks tests as slow (deselect with '-m "not slow"')
[pytype]
inputs = sb3_contrib
[mypy]
ignore_missing_imports = True
follow_imports = silent