Skip to content

Commit

Permalink
black for auto formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Oct 2, 2024
1 parent b1354c8 commit 8daf0bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
# black for auto-formatting
- repo: https://github.com/psf/black
rev: 21.12b0
hooks:
- id: black
language_version: python3.10
# same as lint.yml
# - repo: https://github.com/pycqa/pylint
# rev: v3.3.1
Expand Down

0 comments on commit 8daf0bf

Please sign in to comment.