diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 556c250..67b0b5d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,6 +27,12 @@ repos: hooks: - id: pycln + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.4.0 + hooks: + - id: end-of-file-fixer + - id: trailing-whitespace + - repo: https://github.com/python-poetry/poetry rev: 1.3.1 hooks: