Skip to content

Commit

Permalink
added pre-commit formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftyos committed Apr 14, 2023
1 parent 5389b2d commit 9d0bc54
Show file tree
Hide file tree
Showing 2 changed files with 7 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/psf/black
rev: 21.12b0
hooks:
- id: black
language_version: python3
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ Pillow
coverage
flake8
numpy
pre-commit

0 comments on commit 9d0bc54

Please sign in to comment.