diff --git a/pyproject.toml b/pyproject.toml index 2b11a9a14..39110b3a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,9 +112,11 @@ target-version = "py37" line-length = 137 exclude = [ + "get-pipenv.py", "pipenv/patched/*", "pipenv/vendor/*", ] + select = [ "ASYNC", "B",