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 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flova committed Jan 9, 2024
2 parents 6ebd792 + 3991658 commit 95446b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
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 95446b4

Please sign in to comment.