Skip to content

Commit

Permalink
MAINT: switch to single quotation marks for sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 11, 2024
1 parent 8238eb1 commit e8225e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ dependencies = [
"nbformat",
"pathspec",
"pip-tools",
"rtoml", # fast, read-only parsing
"ruamel.yaml", # better YAML dumping
"tomlkit", # preserve original TOML formatting
'rtoml', # fast, read-only parsing
'typing-extensions; python_version <"3.12.0"', # override
]
description = "Pre-commit hooks that ensure that ComPWA repositories have a similar developer set-up"
Expand All @@ -48,7 +48,6 @@ dev = [
"labels",
"sphinx-autobuild",
"tox >=1.9", # for skip_install, use_develop
'sphinx-autobuild!=2024.4.*; python_version <"3.10.0"',
]
doc = [
"Sphinx",
Expand Down

0 comments on commit e8225e5

Please sign in to comment.