File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
buildbot_nix/buildbot_nix Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ ignore = [
43
43
" ARG001" ,
44
44
" ARG002" ,
45
45
46
- # Missing type annotation for `self` in method
47
- " ANN101" ,
48
46
# Dynamically typed expressions (typing.Any)
49
47
" ANN401" ,
50
48
# Trailing comma missing
Original file line number Diff line number Diff line change @@ -603,7 +603,6 @@ def nix_eval_config(
603
603
env = {},
604
604
name = "Evaluate effects" ,
605
605
command = [
606
- # fmt: off
607
606
"buildbot-effects" ,
608
607
"--rev" ,
609
608
util .Property ("revision" ),
@@ -612,7 +611,6 @@ def nix_eval_config(
612
611
"--repo" ,
613
612
util .Property ("github.repository.html_url" ),
614
613
"list" ,
615
- # fmt: on
616
614
],
617
615
flunkOnFailure = True ,
618
616
# TODO: support other branches?
@@ -941,7 +939,6 @@ def buildbot_effects_config(
941
939
steps .ShellCommand (
942
940
name = "Run effects" ,
943
941
command = [
944
- # fmt: off
945
942
"buildbot-effects" ,
946
943
"--rev" ,
947
944
util .Property ("revision" ),
@@ -953,7 +950,6 @@ def buildbot_effects_config(
953
950
* secrets_args ,
954
951
"run" ,
955
952
util .Property ("command" ),
956
- # fmt: on
957
953
],
958
954
logEnviron = False ,
959
955
),
You can’t perform that action at this time.
0 commit comments