We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ec75e commit 5b9dd22Copy full SHA for 5b9dd22
.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
29
- id: black
30
31
- repo: https://github.com/pre-commit/mirrors-mypy
32
- rev: "v0.991"
+ rev: "v1.1.1"
33
hooks:
34
- id: mypy
35
files: src
pyproject.toml
@@ -98,6 +98,13 @@ ignore = [
98
target-version = "py37"
99
src = ["src"]
100
101
+[tool.mypy]
102
+files = ["src"]
103
+
104
+[[tool.mypy.overrides]]
105
+module = ["_manylinux"]
106
+ignore_missing_imports = true
107
108
[tool.tox]
109
legacy_tox_ini = '''
110
# Tox (http://tox.testrun.org/) is a tool for running tests
0 commit comments