Skip to content

Commit

Permalink
Merge pull request #323 from webknjaz/features/isort-config
Browse files Browse the repository at this point in the history
Identify `.isort.cfg` as an INI-file
  • Loading branch information
asottile committed Sep 5, 2022
2 parents b1585a7 + 0c86e51 commit 60b767e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identify/extensions.py
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 60b767e

Please sign in to comment.