From 1d0edd2dab7d568454b227f87f9d9313fff95fa3 Mon Sep 17 00:00:00 2001 From: Antonin Raffin Date: Tue, 10 Jan 2023 22:55:12 +0100 Subject: [PATCH] Move pytype to pyproject.toml --- pyproject.toml | 3 +++ setup.cfg | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dcff8a7..e16c432 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,5 @@ [tool.black] line-length = 127 + +[tool.pytype] +inputs = ['sb3_contrib'] diff --git a/setup.cfg b/setup.cfg index 3a7fa2a..b446458 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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