Skip to content

Commit 2609c0a

Browse files
authored
Merge pull request #581 from pre-commit/mxr-patch-1
Configure pyproject.toml to have custom 'pyproject' file type
2 parents bc5fa61 + 74d7931 commit 2609c0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

identify/extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@
424424
'poetry.lock': EXTENSIONS['toml'],
425425
'pom.xml': EXTENSIONS['pom'],
426426
'pylintrc': EXTENSIONS['ini'] | {'pylintrc'},
427+
'pyproject.toml': EXTENSIONS['toml'] | {'pyproject'},
427428
'README': EXTENSIONS['txt'],
428429
'Rakefile': EXTENSIONS['rb'],
429430
'rebar.config': EXTENSIONS['erl'],

0 commit comments

Comments
 (0)