Skip to content

Commit 2f32168

Browse files
committed
tell mypy to ignore .pixi and .snakemake folders
1 parent faf347d commit 2f32168

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

mypy.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[mypy]
22
disable_error_code = import-untyped
3+
exclude = (^|/)\.(snakemake|pixi)(/|$)

template/mypy.ini.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[mypy]
22
disable_error_code = import-untyped
3+
exclude = (^|/)\.(snakemake|pixi)(/|$)

0 commit comments

Comments
 (0)