Skip to content

Commit

Permalink
Configure black to use py37 as target version (#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Dec 11, 2022
1 parent ba59404 commit 5e4e0e4
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,7 +3,7 @@ repos:
rev: 22.10.0
hooks:
- id: black
args: [--target-version=py36]
args: [--target-version=py37]
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
Expand Down

0 comments on commit 5e4e0e4

Please sign in to comment.