Skip to content

Commit

Permalink
Drop old python versions from black configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lieryan committed Apr 7, 2022
1 parent dd57536 commit 9ce8e92
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
@@ -1,5 +1,5 @@
[tool.black]

target-version = ['py33', 'py34', 'py35', 'py36', 'py37', 'py38', 'py39']
target-version = ['py35', 'py36', 'py37', 'py38', 'py39']
include = 'rope/.*\.pyi?$'
force-exclude = 'ropetest'

0 comments on commit 9ce8e92

Please sign in to comment.