Skip to content

Commit

Permalink
add linting and whitespace checks
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrees committed Sep 13, 2023
1 parent 9ac2b09 commit cdc7533
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
repos:
repos:
- repo: local
hooks:
- id: pytest-check
name: pytest-check
entry: pytest
language: system
pass_filenames: false
always_run: true
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

0 comments on commit cdc7533

Please sign in to comment.