Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
swh-core
Commits
18796756
Commit
18796756
authored
5 years ago
by
Nicolas Dandrimont
Browse files
Options
Downloads
Patches
Plain Diff
Revert mypy changes from the old version of the pre-commit hook
parent
1c84e9e1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!106
Revert mypy changes from the old version of the pre-commit hook
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mypy.ini
+0
-12
0 additions, 12 deletions
mypy.ini
with
0 additions
and
12 deletions
mypy.ini
+
0
−
12
View file @
18796756
...
...
@@ -5,9 +5,6 @@ warn_unused_ignores = True
# 3rd party libraries without stubs (yet)
[mypy-aiohttp.*]
ignore_missing_imports
=
True
[mypy-aiohttp_utils.*]
ignore_missing_imports
=
True
...
...
@@ -26,15 +23,9 @@ ignore_missing_imports = True
[mypy-django.*]
# false positive, only used my hypotesis' extras
ignore_missing_imports
=
True
[mypy-hypothesis.*]
ignore_missing_imports
=
True
[mypy-msgpack.*]
ignore_missing_imports
=
True
[mypy-multidict.*]
ignore_missing_imports
=
True
[mypy-pkg_resources.*]
ignore_missing_imports
=
True
...
...
@@ -47,8 +38,5 @@ ignore_missing_imports = True
[mypy-requests_mock.*]
ignore_missing_imports
=
True
[mypy-setuptools.*]
ignore_missing_imports
=
True
[mypy-systemd.*]
ignore_missing_imports
=
True
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment