Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc5fa61 + 74d7931 commit 2609c0aCopy full SHA for 2609c0a
1 file changed
identify/extensions.py
@@ -424,6 +424,7 @@
424
'poetry.lock': EXTENSIONS['toml'],
425
'pom.xml': EXTENSIONS['pom'],
426
'pylintrc': EXTENSIONS['ini'] | {'pylintrc'},
427
+ 'pyproject.toml': EXTENSIONS['toml'] | {'pyproject'},
428
'README': EXTENSIONS['txt'],
429
'Rakefile': EXTENSIONS['rb'],
430
'rebar.config': EXTENSIONS['erl'],
0 commit comments