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 62c8ac5 commit 37e4255Copy full SHA for 37e4255
.pre-commit-config.yaml
@@ -50,6 +50,8 @@ repos:
50
exclude: |
51
(?x)(
52
^build/
53
+ | ^pyximages/
54
+ | conf\.py$
55
| .*/setup.*\.py$
56
| .*/demo.py$
57
| .*/auto_examples/
pyproject.toml
@@ -7,6 +7,8 @@ warn_unreachable = true
7
exclude = '''
8
9
10
11
12
13
14
@@ -29,9 +31,6 @@ exclude = '''
29
31
allow_untyped_defs = true
30
32
allow_untyped_calls = true
33
-## Unfortunately need this to fix matplotlib errors
-#disable_error_code = "attr-defined"
34
-
35
[[tool.mypy.overrides]]
36
module = "scipy"
37
ignore_missing_imports = true
0 commit comments