File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -39,3 +39,11 @@ updates:
3939 labels :
4040 - " part:tooling"
4141 - " type:tech-debt"
42+ groups :
43+ compatible :
44+ update-types :
45+ - " minor"
46+ - " patch"
47+ artifacts :
48+ patterns :
49+ - " actions/*-artifact"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ site_author: "Frequenz Energy-as-a-Service GmbH"
88copyright : " Copyright © 2022 Frequenz Energy-as-a-Service GmbH"
99repo_name : " frequenz-channels-python"
1010repo_url : " https://github.com/frequenz-floss/frequenz-channels-python"
11- edit_uri : " edit/v0 .x.x/docs/"
11+ edit_uri : " edit/v1 .x.x/docs/"
1212strict : true # Treat warnings as errors
1313
1414# Build directories
Original file line number Diff line number Diff line change @@ -135,6 +135,8 @@ disable = [
135135 " unsubscriptable-object" ,
136136 # Checked by mypy
137137 " no-member" ,
138+ " possibly-used-before-assignment" ,
139+ " no-name-in-module" ,
138140 # Checked by flake8
139141 " f-string-without-interpolation" ,
140142 " redefined-outer-name" ,
You can’t perform that action at this time.
0 commit comments