Skip to content

Commit

Permalink
Add a pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Oct 22, 2019
1 parent 38cc20d commit 8f84aa7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
@@ -0,0 +1,8 @@
exclude: '^$'
fail_fast: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
hooks:
- id: flake8
additional_dependencies: [flake8-docstrings, flake8-debugger, flake8-bugbear]

0 comments on commit 8f84aa7

Please sign in to comment.