Skip to content

Commit

Permalink
Revert "Change to python3 for black pre-commit"
Browse files Browse the repository at this point in the history
This reverts commit 92ddd74.
  • Loading branch information
liu-jc authored Jun 21, 2024
1 parent 92ddd74 commit b2fc199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ repos:
rev: 24.2.0
hooks:
- id: black
language_version: python3
language_version: python3.10
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
name: isort (python)

0 comments on commit b2fc199

Please sign in to comment.