Skip to content

Commit

Permalink
Update files using repo-config-0.11 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
llucax authored Dec 4, 2024
2 parents 56ae688 + 62e9574 commit 2cc69b9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ updates:
labels:
- "part:tooling"
- "type:tech-debt"
groups:
compatible:
update-types:
- "minor"
- "patch"
artifacts:
patterns:
- "actions/*-artifact"
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2cc69b9

Please sign in to comment.