diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 30772682..72e4ccad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -39,3 +39,11 @@ updates: labels: - "part:tooling" - "type:tech-debt" + groups: + compatible: + update-types: + - "minor" + - "patch" + artifacts: + patterns: + - "actions/*-artifact" diff --git a/mkdocs.yml b/mkdocs.yml index c7d71307..7cbcfa82 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,7 +8,7 @@ site_author: "Frequenz Energy-as-a-Service GmbH" copyright: "Copyright © 2022 Frequenz Energy-as-a-Service GmbH" repo_name: "frequenz-channels-python" repo_url: "https://github.com/frequenz-floss/frequenz-channels-python" -edit_uri: "edit/v0.x.x/docs/" +edit_uri: "edit/v1.x.x/docs/" strict: true # Treat warnings as errors # Build directories diff --git a/pyproject.toml b/pyproject.toml index ce1a2433..11b7f50e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -135,6 +135,8 @@ disable = [ "unsubscriptable-object", # Checked by mypy "no-member", + "possibly-used-before-assignment", + "no-name-in-module", # Checked by flake8 "f-string-without-interpolation", "redefined-outer-name",