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

Downgrade black for Ubuntu support #33

Merged
merged 1 commit into from Jan 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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