We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36cd0d commit b3f9634Copy full SHA for b3f9634
mypy.ini
@@ -3,7 +3,6 @@ python_version = 3.8
3
ignore_missing_imports = True
4
strict = True
5
exclude = (?x)(
6
- ^value\.py$
7
- | ^tests/
8
- | ^llvmlite/
+ ^tests/|
+ ^llvmlite/
9
)
pyproject.toml
@@ -2,7 +2,6 @@
2
line-length = 88
target-version = ['py38']
extend-exclude = '''
-^/value.py|
^/tests|
^/llvmlite
'''
0 commit comments