Skip to content

Commit

Permalink
Merge pull request #240 from shunichironomura/renovate/ruff-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shunichironomura authored Jun 6, 2024
2 parents 8d11e0e + 79ea529 commit 6964278
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions capsula/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,10 @@
"__version__",
"context",
"current_run_name",
"get_capsule_dir",
"get_capsule_name",
"monitor",
"pass_pre_run_capsule",
"record",
"reporter",
"run",
"set_capsule_dir",
"set_capsule_name",
"watcher",
]
from ._capsule import Capsule
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ orjson = ">=3.9.10"
typer = ">=0.9.0"

[tool.poetry.group.dev.dependencies]
ruff = "0.4.6"
ruff = "0.4.8"
mypy = "1.10.0"
pytest = "8.2.2"
coverage = "7.5.3"
Expand Down

0 comments on commit 6964278

Please sign in to comment.