Skip to content

Commit

Permalink
Merge pull request #1066 from ROCm/dependabot/pip/ruff-0.8.4
Browse files Browse the repository at this point in the history
build: bump ruff from 0.7.4 to 0.8.4
  • Loading branch information
samjwu authored Dec 24, 2024
2 parents 069bb09 + 47722ac commit ad36a05
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ requests==2.32.3
# via
# pygithub
# sphinx
ruff==0.7.4
ruff==0.8.4
# via rocm-docs-core (pyproject.toml)
six==1.17.0
# via python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion src/rocm_docs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ def setup(self) -> None:
self.html_theme = "rocm_docs_theme"


__all__ = ["setup", "ROCmDocs"]
__all__ = ["ROCmDocs", "setup"]
4 changes: 2 additions & 2 deletions src/rocm_docs/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def copy_from_package(
__all__ = [
"InvalidGitRepositoryError",
"VersionType",
"get_path_to_docs",
"get_branch",
"copy_from_package",
"get_branch",
"get_path_to_docs",
]
4 changes: 2 additions & 2 deletions tests/log_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,11 @@ def _with_sphinx_logs(monkeypatch: pytest.MonkeyPatch) -> None:


__all__ = [
"_no_unexpected_warnings_impl",
"_no_unexpected_warnings",
"_no_unexpected_warnings_impl",
"_with_sphinx_logs",
"expect_log",
"expected_logs_impl",
"expected_logs",
"expected_logs_impl",
"log_handler_stack",
]
2 changes: 1 addition & 1 deletion tests/sphinx_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ def make(src_folder: Path, /) -> tuple[Path, Path]:
return make


__all__ = ["with_no_git_repo", "build_factory"]
__all__ = ["build_factory", "with_no_git_repo"]

0 comments on commit ad36a05

Please sign in to comment.