File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 99 directory : " .github/workflows" # Location of package manifests
1010 schedule :
1111 interval : " monthly"
12+ cooldown :
13+ default-days : 7
1214 groups :
1315 actions :
1416 patterns :
Original file line number Diff line number Diff line change 5353 # Enforce that all noqa annotations always occur with specific codes.
5454
5555 - repo : https://github.com/asottile/pyupgrade
56- rev : v3.21.0
56+ rev : v3.21.2
5757 hooks :
5858 - id : pyupgrade
5959 args : ["--py311-plus"]
Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ addopts = [
105105 ' --strict-config' ,
106106 ' --strict-markers' ,
107107]
108+ log_level = ' INFO'
109+ log_cli_level = ' INFO'
108110xfail_strict = true
109111remote_data_strict = false
110112filterwarnings = [
You can’t perform that action at this time.
0 commit comments