Skip to content

Commit

Permalink
add poetry.lock as toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jvllmr authored and asottile committed Feb 9, 2022
1 parent 939e9c9 commit cd6f892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identify/extensions.py
Original file line number Diff line number Diff line change
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 cd6f892

Please sign in to comment.