Skip to content

Commit f794709

Browse files
authored
Merge pull request #518 from pre-commit/mxr-patch-1
Add support for `.sqlfluff`
2 parents e200468 + 4e55b74 commit f794709

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
@@ -352,6 +352,7 @@
352352
'.pypirc': EXTENSIONS['ini'] | {'pypirc'},
353353
'.rstcheck.cfg': EXTENSIONS['ini'],
354354
'.salt-lint': EXTENSIONS['yaml'] | {'salt-lint'},
355+
'.sqlfluff': EXTENSIONS['ini'],
355356
'.yamllint': EXTENSIONS['yaml'] | {'yamllint'},
356357
'.zlogin': EXTENSIONS['zsh'],
357358
'.zlogout': EXTENSIONS['zsh'],

0 commit comments

Comments
 (0)