Skip to content

Commit

Permalink
Merge pull request #39 from dandi/gh-35
Browse files Browse the repository at this point in the history
Add flake8 to .pre-commit-config.taml
  • Loading branch information
yarikoptic authored Jun 18, 2021
2 parents f9ee012 + ef16622 commit 8dd4a63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ repos:
hooks:
- id: codespell
exclude: ^(dandischema/_version\.py|versioneer\.py)$
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
exclude: ^(dandischema/_version\.py|versioneer\.py)$

0 comments on commit 8dd4a63

Please sign in to comment.