Skip to content

Commit

Permalink
Upgrade python version for black in pre-commit
Browse files Browse the repository at this point in the history
Black now supports python >=3.9. Hence, update
the python version used by black in pre-commit
to the next supported version i.e. 3.9
  • Loading branch information
rajulkumar committed Nov 15, 2024
1 parent 0a4e6ee commit 3d2222c
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 @@ -3,4 +3,4 @@ repos:
rev: 24.8.0
hooks:
- id: black
language_version: python3.8
language_version: python3.9

0 comments on commit 3d2222c

Please sign in to comment.