Skip to content

Commit

Permalink
Merge pull request #47 from Guts/tooling/specify-target-version-to-black
Browse files Browse the repository at this point in the history
Outillage : précise la version cible de Python au git hook Black
  • Loading branch information
Dolite authored Jul 18, 2023
2 parents be8c615 + 4f03ebb commit cc70d48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ repos:
rev: 23.3.0
hooks:
- id: black
args: ["--target-version=py38"]


- repo: https://github.com/pycqa/isort
rev: 5.12.0
Expand All @@ -38,4 +40,3 @@ repos:
- id: pyupgrade
args:
- "--py38-plus"

0 comments on commit cc70d48

Please sign in to comment.