Skip to content

Commit

Permalink
Add black for Python Formatting to Pre-Commit Hooks (#64)
Browse files Browse the repository at this point in the history
This commit adds `black` to the `.pre-commit-config.yaml` file.
  • Loading branch information
franziska-wegner committed Dec 29, 2023
1 parent 5133902 commit 591bccb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ repos:
args: [--autofix, --indent, 4]
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black

0 comments on commit 591bccb

Please sign in to comment.