diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 44924ae..f1e6944 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,4 +3,8 @@ repos: rev: 22.10.0 hooks: - id: black - language_version: python3 \ No newline at end of file + language_version: python3 +- repo: https://github.com/Lucas-C/pre-commit-hooks + rev: v1.1.9 + hooks: + - id: remove-crlf