Skip to content

Commit 77cb7a8

Browse files
chore: check setup.py with mypy
Prior commit 06184da fixed the type-hints for setup.py. But missed removing 'setup' from the exclude list in pyproject.toml for mypy checks. Remove 'setup' from the exclude list in pyproject.toml from mypy checks.
1 parent 0951989 commit 77cb7a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ module = [
2424
"gitlab.v4.objects.repositories",
2525
"gitlab.v4.objects.services",
2626
"gitlab.v4.objects.sidekiq",
27-
"setup",
2827
"tests.functional.*",
2928
"tests.functional.api.*",
3029
"tests.meta.*",

0 commit comments

Comments
 (0)