Skip to content

Commit 6b1e563

Browse files
committed
Expands the Python preset
1 parent ea00e94 commit 6b1e563

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Presets/PythonPreset.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ public function getPresetGlob(): array
1515
'*.txt',
1616
'*.rst',
1717
'*.py[cod]',
18+
'*.toml',
19+
'setup.*',
20+
'requirements*.txt',
21+
'Pipfile',
22+
'Pipfile.lock',
1823
'*.{md,MD}',
1924
'*.xml',
2025
'*.yml',

0 commit comments

Comments
 (0)