Skip to content

Commit

Permalink
Updates black target version to only consider supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden committed May 24, 2024
1 parent 983636a commit f02f89c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = "MIT"

[tool.ruff]
line-length = 88
target-version = 'py37'
target-version = 'py39'
include = ['\.pyi?$']
exclude = [
".eggs",
Expand All @@ -32,7 +32,7 @@ exclude = [

[tool.black]
line-length = 88
target-version = ['py27', 'py35', 'py36', 'py37', 'py38']
target-version = ['py35', 'py36', 'py37', 'py38', 'py39', 'py310', 'py311']
include = '\.pyi?$'
exclude = '''
/(
Expand Down

0 comments on commit f02f89c

Please sign in to comment.