Skip to content

Commit

Permalink
Change to python3 for black pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-jc committed Jun 14, 2024
1 parent adf7206 commit f6fa29b
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.10
language_version: python3
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
name: isort (python)

0 comments on commit f6fa29b

Please sign in to comment.