summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2021-11-14 11:52:09 -0800
committerJohn L. Villalovos <john@sodarock.com>2021-11-14 11:54:13 -0800
commitf256d4f6c675576189a72b4b00addce440559747 (patch)
tree53ec5e654d80c29a7eaffdf85e998688c5d88a1c /pyproject.toml
parenta544cd576c127ba1986536c9ea32daf2a42649d4 (diff)
downloadgitlab-jlvillal/mypy_snippets.tar.gz
chore: add type-hints to gitlab/v4/objects/snippets.pyjlvillal/mypy_snippets
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7043c58..160232c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,6 @@ module = [
"gitlab.v4.objects.repositories",
"gitlab.v4.objects.services",
"gitlab.v4.objects.sidekiq",
- "gitlab.v4.objects.snippets",
"setup",
"tests.functional.*",
"tests.functional.api.*",