Skip to content

Commit

Permalink
Add black for python formatting
Browse files Browse the repository at this point in the history
Changes to be committed:
	modified:   .pre-commit-config.yaml
  • Loading branch information
franziska-wegner committed Dec 29, 2023
1 parent 5133902 commit 9fe97f2
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 9fe97f2

Please sign in to comment.