Skip to content

Commit

Permalink
Fixup: pin pyproject.toml versions to stabilize black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lkk7 committed Apr 14, 2024
1 parent 2b969c9 commit db95e2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
17 changes: 6 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,13 @@ Changelog = "https://github.com/pydot/pydot/blob/master/ChangeLog"

[project.optional-dependencies]
dev = [
'chardet',
'black',
'parameterized',
'chardet==5.2.0',
'black==24.1.1',
'tox==4.14.2',
'parameterized==0.9.0',
'unittest-parallel==1.6.1',
]
tests = [
'chardet',
'black',
'tox',
'parameterized',
'unittest-parallel',
]
release = ['zest.releaser[recommended]']
release = ['zest.releaser[recommended]==9.1.3']

[tool.black]
line-length = 79
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env_list =
black

[testenv]
extras = tests
extras = dev
package = wheel
wheel_build_env = .pkg
pass_env =
Expand Down

0 comments on commit db95e2e

Please sign in to comment.