Skip to content

Commit 60e1d1b

Browse files
committed
Ignore the .pixi folder during the collection.
1 parent a2cae00 commit 60e1d1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/_pytask/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from pluggy import PluginManager
1818

1919

20-
_IGNORED_FOLDERS: list[str] = [".git/*", ".venv/*"]
20+
_IGNORED_FOLDERS: list[str] = [".git/*", ".venv/*", ".pixi/*"]
2121

2222

2323
_IGNORED_FILES: list[str] = [

0 commit comments

Comments
 (0)