diff options
author | John L. Villalovos <john@sodarock.com> | 2021-11-14 11:52:09 -0800 |
---|---|---|
committer | John L. Villalovos <john@sodarock.com> | 2021-11-14 11:54:13 -0800 |
commit | f256d4f6c675576189a72b4b00addce440559747 (patch) | |
tree | 53ec5e654d80c29a7eaffdf85e998688c5d88a1c /pyproject.toml | |
parent | a544cd576c127ba1986536c9ea32daf2a42649d4 (diff) | |
download | gitlab-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.toml | 1 |
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.*", |