Skip to content

Commit b3f9634

Browse files
authored
Cleanup linting for llvmlite submodule (metalift#64)
1 parent d36cd0d commit b3f9634

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

mypy.ini

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ python_version = 3.8
33
ignore_missing_imports = True
44
strict = True
55
exclude = (?x)(
6-
^value\.py$
7-
| ^tests/
8-
| ^llvmlite/
6+
^tests/|
7+
^llvmlite/
98
)

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
line-length = 88
33
target-version = ['py38']
44
extend-exclude = '''
5-
^/value.py|
65
^/tests|
76
^/llvmlite
87
'''

0 commit comments

Comments
 (0)