Skip to content

Commit

Permalink
add pre-commit and update black hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Feb 16, 2024
1 parent 053b38c commit ba32b23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: double-quote-string-fixer

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
args: ["--line-length", "100", "--skip-string-normalization"]
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
coverage
flake8
pre-commit
pytest
pytest-cov

0 comments on commit ba32b23

Please sign in to comment.