Skip to content

Commit

Permalink
Merge pull request #363 from jGaboardi/black_precommit
Browse files Browse the repository at this point in the history
trying out the black pre-commit hook
  • Loading branch information
jGaboardi committed Jan 2, 2020
2 parents 41128b0 + dc06a1d commit 1cea138
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python3.7

0 comments on commit 1cea138

Please sign in to comment.