Skip to content

Commit

Permalink
Update black linter rules for Python 3.9+
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaughan committed Oct 28, 2024
1 parent 31b56b6 commit 899fa79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools >= 41"]
build-backend = "setuptools.build_meta"

[tool.black]
target-version = ['py35', 'py36', 'py37', 'py38']
target-version = ['py39', 'py310', 'py311', 'py312', 'py313']
exclude = '''
/(
\.git
Expand Down

0 comments on commit 899fa79

Please sign in to comment.