Skip to content

Commit

Permalink
Update pre-commit to actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-Jess committed Mar 28, 2024
1 parent 1c6c236 commit 1cfca6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
repos:
- repo: https://github.com/pennlabs/pre-commit-hooks
rev: stable
rev: a91c550e051920dcb36e123fe8e2edac66ebf937
hooks:
- id: isort
- id: flake8
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
- id: black
args: [-l100]
- id: isort
args: []
- id: flake8
args: [--config, backend/setup.cfg]
- id: detect-private-key
1 change: 1 addition & 0 deletions backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ rope = "*"
pytest = "*"
tblib = "*"
coverage = "*"
pre-commit = "*"

[packages]
beautifulsoup4 = "*"
Expand Down

0 comments on commit 1cfca6a

Please # to comment.