Skip to content

Commit

Permalink
Pin target-version for black to prevent code reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Nov 17, 2024
1 parent 4ebd40d commit f718fa1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,7 @@ ignore-words-list = 'te,assertIn'
# TODO(3.13): Remove aiohttp.helpers once https://github.com/python/cpython/pull/106771
# is available in all supported cpython versions
exclude-modules = "(^aiohttp\\.helpers)"

[tool.black]
# TODO: Remove target-version and reformat code
target-version = ["py35"]

0 comments on commit f718fa1

Please sign in to comment.