Skip to content

Commit

Permalink
Identify .isort.cfg as an INI-file
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 5, 2022
1 parent b1585a7 commit 0c86e51
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 @@ -280,6 +280,7 @@
'.gitlint': EXTENSIONS['ini'] | {'gitlint'},
'.gitmodules': {'text', 'gitmodules'},
'.hgrc': EXTENSIONS['ini'] | {'hgrc'},
'.isort.cfg': EXTENSIONS['ini'] | {'isort'},
'.jshintrc': EXTENSIONS['json'] | {'jshintrc'},
'.mailmap': {'text', 'mailmap'},
'.mention-bot': EXTENSIONS['json'] | {'mention-bot'},
Expand Down

0 comments on commit 0c86e51

Please sign in to comment.