diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a3e25c3..bc44411 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.3 + rev: v0.4.10 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/docs/conf.py b/docs/conf.py index ea17622..8ac2005 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -91,7 +91,7 @@ # -- Options for HTML output ---------------------------------------------- html_theme = "furo" -html_theme_options = {"top_of_page_button": None} +html_theme_options = {"top_of_page_buttons": []} # Output file base name for HTML help builder. htmlhelp_basename = "prometheus_asyncdoc" diff --git a/pyproject.toml b/pyproject.toml index f09ec7d..07be7c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,6 +105,7 @@ line-length = 79 [tool.mypy] strict = true +pretty = true show_error_codes = true enable_error_code = ["ignore-without-code"]