Skip to content

Commit

Permalink
Merge pull request #280 from kreyoo/master
Browse files Browse the repository at this point in the history
add poetry.lock as toml
  • Loading branch information
asottile committed Feb 9, 2022
2 parents 939e9c9 + cd6f892 commit 8acfb99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identify/extensions.py
Expand Up @@ -312,6 +312,7 @@
'Pipfile': EXTENSIONS['toml'],
'Pipfile.lock': EXTENSIONS['json'],
'PKGBUILD': {'text', 'bash', 'pkgbuild', 'alpm'},
'poetry.lock': EXTENSIONS['toml'],
'pylintrc': EXTENSIONS['ini'] | {'pylintrc'},
'README': EXTENSIONS['txt'],
'Rakefile': EXTENSIONS['rb'],
Expand Down

0 comments on commit 8acfb99

Please sign in to comment.