Skip to content

Commit 25e04d7

Browse files
committed
Only operate on .py files
1 parent d3f1175 commit 25e04d7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

structure/ick.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ or your tests finding different copies of things than you would in production.
99
"""
1010
impl = "python"
1111
urgency = "now"
12+
inputs = ["*.py"]
1213

1314
[[rule]]
1415
name = "dont_alter_sys_path"
@@ -23,3 +24,4 @@ in a virtualenv.
2324
impl = "python"
2425
urgency = "now"
2526
deps = ["static-qualname"]
27+
inputs = ["*.py"]

0 commit comments

Comments
 (0)