Skip to content

Commit 5b9dd22

Browse files
committed
chore: adjust for pyproject.toml backend
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 94ec75e commit 5b9dd22

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- id: black
3030

3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: "v0.991"
32+
rev: "v1.1.1"
3333
hooks:
3434
- id: mypy
3535
files: src

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@ ignore = [
9898
target-version = "py37"
9999
src = ["src"]
100100

101+
[tool.mypy]
102+
files = ["src"]
103+
104+
[[tool.mypy.overrides]]
105+
module = ["_manylinux"]
106+
ignore_missing_imports = true
107+
101108
[tool.tox]
102109
legacy_tox_ini = '''
103110
# Tox (http://tox.testrun.org/) is a tool for running tests

0 commit comments

Comments
 (0)