Skip to content

Commit 8acfb99

Browse files
authored
Merge pull request #280 from kreyoo/master
add poetry.lock as toml
2 parents 939e9c9 + cd6f892 commit 8acfb99

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
@@ -312,6 +312,7 @@
312312
'Pipfile': EXTENSIONS['toml'],
313313
'Pipfile.lock': EXTENSIONS['json'],
314314
'PKGBUILD': {'text', 'bash', 'pkgbuild', 'alpm'},
315+
'poetry.lock': EXTENSIONS['toml'],
315316
'pylintrc': EXTENSIONS['ini'] | {'pylintrc'},
316317
'README': EXTENSIONS['txt'],
317318
'Rakefile': EXTENSIONS['rb'],

0 commit comments

Comments
 (0)