diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9d7a9d..8f99758 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,6 +24,7 @@ repos: language_version: python2 - id: end-of-file-fixer language_version: python2 + exclude_types: [batch, lua] - id: fix-encoding-pragma language_version: python2 - id: flake8