diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 20146ae..5ae1365 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -repos: +repos: - repo: local hooks: - id: pytest-check @@ -6,4 +6,12 @@ repos: entry: pytest language: system pass_filenames: false - always_run: true \ No newline at end of file + always_run: true + - repo: https://github.com/pycqa/flake8 + rev: 6.0.0 + hooks: + - id: flake8 + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.4.0 + hooks: + - id: trailing-whitespace