Skip to content

Commit

Permalink
Move pytype config to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGleave committed Oct 7, 2023
1 parent 812d472 commit 84c7daf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ build-backend = "setuptools.build_meta"

[tool.black]
target-version = ["py38"]

[tool.pytype]
inputs = [
"src/",
"tests/",
"experiments/",
"setup.py"
]
python_version = "3.8"
7 changes: 0 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,3 @@ source =
src/imitation
*venv/lib/python*/site-packages/imitation

[pytype]
inputs =
src/
tests/
experiments/
setup.py
python_version >= 3.8

0 comments on commit 84c7daf

Please sign in to comment.