File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ spec:
273
273
274
274
---
275
275
kind : CronJob
276
- apiVersion : batch/v1beta1
276
+ apiVersion : batch/v1
277
277
metadata :
278
278
namespace : ipsportal
279
279
name : mongodb-dump
@@ -324,7 +324,7 @@ spec:
324
324
325
325
---
326
326
kind : CronJob
327
- apiVersion : batch/v1beta1
327
+ apiVersion : batch/v1
328
328
metadata :
329
329
namespace : ipsportal
330
330
name : certbot
Original file line number Diff line number Diff line change 30
30
secret_key = os .environ .get (
31
31
"MINIO_ROOT_PASSWORD" , "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
32
32
),
33
- endpoint = (MINIO_URI .host if not MINIO_URI .port else f'{ MINIO_URI .host } :{ MINIO_URI .port } ' ), # type: ignore
33
+ endpoint = (MINIO_URI .host if not MINIO_URI .port else f'{ MINIO_URI .host } :{ MINIO_URI .port } ' ),
34
34
)
35
35
36
36
Original file line number Diff line number Diff line change @@ -29,3 +29,4 @@ include = ipsportal/*.py
29
29
[mypy]
30
30
ignore_missing_imports = True
31
31
strict = True
32
+ warn_unused_ignores = False
You can’t perform that action at this time.
0 commit comments