Skip to content

Commit

Permalink
chore: both ruff and black read requires-python now (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Jul 3, 2023
1 parent b6d61ba commit a222afc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ exclude = [
]

[tool.black]
target-version = ['py37']
extend-exclude = '''
^/src/wheel/vendored/
'''
Expand Down Expand Up @@ -100,7 +99,6 @@ select = [
"UP", # pyupgrade
"B0", # flake8-bugbear
]
target-version = "py37"
src = ["src"]

[tool.tox]
Expand Down

0 comments on commit a222afc

Please sign in to comment.