Skip to content

Commit

Permalink
Merge pull request #707 from twisted/black-target
Browse files Browse the repository at this point in the history
De-duplicate & de-conflict Black's target version
  • Loading branch information
glyph authored Dec 26, 2023
2 parents 8dcd2bd + 6695933 commit 1ee8f76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ repos:
rev: "23.3.0"
hooks:
- id: black
args: ["--target-version", "py37"]

- repo: https://github.com/PyCQA/autoflake
rev: "v2.1.1"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ build-backend = "setuptools.build_meta"
[tool.black]

line-length = 80
target-version = ["py36"]
target-version = ["py37"]

0 comments on commit 1ee8f76

Please sign in to comment.