Skip to content

Commit

Permalink
Added pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Apr 22, 2021
1 parent 93be266 commit 309900b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
- id: trailing-whitespace
exclude: ^docs/.*|*.md
- id: end-of-file-fixer
exclude: ^docs/.*|*.md

- repo: https://github.com/psf/black
rev: 20.8b1
hooks:
- id: black
language_version: python3

0 comments on commit 309900b

Please sign in to comment.