File tree Expand file tree Collapse file tree 3 files changed +19
-17
lines changed Expand file tree Collapse file tree 3 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 12
12
13
13
repos :
14
14
- repo : https://github.com/astral-sh/ruff-pre-commit
15
- rev : v0.8.3
15
+ rev : v0.8.4
16
16
hooks :
17
17
- id : ruff
18
18
args : ["--fix", "--output-format=full"]
19
19
- id : ruff-format
20
20
args : ["--line-length=100"]
21
21
- repo : https://github.com/pre-commit/mirrors-mypy
22
- rev : v1.13 .0
22
+ rev : v1.14 .0
23
23
hooks :
24
24
- id : mypy
25
25
args : [--ignore-missing-imports]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -33,3 +33,20 @@ exclude_lines = [
33
33
isort = 1
34
34
black = 1
35
35
pyupgrade = 1
36
+
37
+
38
+ [tool .mypy ]
39
+ files = " pymc_bart/*.py"
40
+ plugins = " numpy.typing.mypy_plugin"
41
+
42
+ [tool .mypy-matplotlib ]
43
+ ignore_missing_imports = true
44
+
45
+ [tool .mypy-numba ]
46
+ ignore_missing_imports = true
47
+
48
+ [tool .mypy-pymc ]
49
+ ignore_missing_imports = true
50
+
51
+ [tool .mypy-scipy ]
52
+ ignore_missing_imports = true
You can’t perform that action at this time.
0 commit comments