Skip to content

Commit c9e25ea

Browse files
youknowoneclaude
andcommitted
Fix gitattributes pattern for importlib test data only
The previous pattern was too broad and affected email test data files which need CRLF line endings for their tests. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a95ee41 commit c9e25ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Cargo.lock linguist-generated
33
*.snap linguist-generated -merge
44
vm/src/stdlib/ast/gen.rs linguist-generated -merge
55
Lib/*.py text working-tree-encoding=UTF-8 eol=LF
6-
Lib/test/**/data*/** text eol=LF
6+
Lib/test/test_importlib/**/*.file -text
7+
Lib/test/test_importlib/**/namespacedata*/** -text
78
**/*.rs text working-tree-encoding=UTF-8 eol=LF
89
*.pck binary
910
crates/rustpython_doc_db/src/*.inc.rs linguist-generated=true

0 commit comments

Comments
 (0)