Skip to content

Commit 8c86ef1

Browse files
committed
Allow meta files called .pathtraits.yml
1 parent c3fb08d commit 8c86ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pathtraits/scan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
logger = logging.getLogger(__name__)
1414

15-
yaml_re = re.compile(r"(\.)?(meta)?\.(yaml|yml)$")
15+
yaml_re = re.compile(r"(\.)?(meta|pathtraits)?\.(yaml|yml)$")
1616

1717

1818
# pylint: disable=W0102

0 commit comments

Comments
 (0)