Skip to content

Commit

Permalink
ft[dev]: Adds black as dev dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxspahn committed Mar 1, 2024
1 parent cd23cfc commit cf23a5e
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 2 deletions.
85 changes: 84 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "urdfenvs"
version = "0.9.8"
version = "0.9.9"
description = "Simple simulation environment for robots, based on the urdf files."
authors = ["Max Spahn <[email protected]>"]
maintainers = [
Expand Down Expand Up @@ -40,6 +40,7 @@ pytest = "^6.2.5"
Sphinx = "4.2.0"
sphinx-rtd-theme = "1.0.0"
sphinxcontrib-napoleon = "0.7"
black = "^24.2.0"

[tool.poetry.group.keyboard]
optional = true
Expand Down

0 comments on commit cf23a5e

Please sign in to comment.