Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Downgrade black for Ubuntu support
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Nov 29, 2023
1 parent 6ebd792 commit 3991658
Showing 1 changed file with 1 addition 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 @@ -7,7 +7,7 @@ repos:
- "--fix"
- "--exit-non-zero-on-fix"
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.10.0 # keep this version for Ubuntu support
hooks:
- id: black
- repo: https://github.com/pocc/pre-commit-hooks
Expand Down

0 comments on commit 3991658

Please sign in to comment.