Skip to content

Commit

Permalink
Group dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Apr 18, 2024
1 parent 7342f62 commit b0eaaaa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,21 @@ dev = [
"ruff",
"hatch",
"neovim",
"pytest",
"mkdocs",
"pyright",
"ipython",
# mkdocs
"mkdocs",
"mkdocstrings[python]",
"mkdocs-material",
# pytest
"pytest",
"pytest-cov",
"pytest-vcr",
"pytest-mock",
"pytest-only",
"pytest-dotenv",
"pytest-timeout",
"pytest-lazy-fixtures",
"mkdocstrings[python]",
"mkdocs-material",
]

[project.scripts]
Expand Down

0 comments on commit b0eaaaa

Please sign in to comment.