Skip to content

Commit

Permalink
Order imports in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
abbiemery committed May 3, 2024
1 parent 65db3e2 commit 5883afe
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,30 +32,28 @@ pva = ["p4p"]
dev = [
"ophyd_async[pva]",
"ophyd_async[ca]",
"h5py",
"inflection",
"ipython",
"matplotlib",
"myst-parser",
"numpydoc",
"pickleshare",
"pipdeptree",
"pre-commit",
"pydata-sphinx-theme>=0.12",
"pyepics>=3.4.2",
"pyside6==6.7.0",
"h5py",
"colorlog",
"tox-direct",
"pre-commit",
"ruff",
"pytest>=5.0",
"pytest-asyncio",
"pytest-cov",
"pytest-rerunfailures",
"pytest-timeout",
"ruff",
"sphinx-autobuild",
"sphinxcontrib-mermaid",
"sphinx-copybutton",
"sphinx-design",
"tox-direct",
"colorlog"
"pydata-sphinx-theme>=0.12",
"myst-parser",
"numpydoc",
"ipython",
"pickleshare", #https://github.com/ipython/ipython/issues/14237
"matplotlib",
]

[project.scripts]
Expand Down

0 comments on commit 5883afe

Please sign in to comment.