fixed pylint disable
Some checks failed
Build and deploy the backend to staging / Deploy to staging (pull_request) Has been cancelled
Build and deploy the backend to staging / Build and push image (pull_request) Has been cancelled
Run testing on the backend code / Build (pull_request) Has been cancelled
Run linting on the backend code / Build (pull_request) Failing after 1m6s

This commit is contained in:
Helldragon67 2024-12-04 18:51:24 +01:00
parent fdb5f34e26
commit e1727a5a49

View File

@ -439,7 +439,7 @@ disable=raw-checker-failed,
use-symbolic-message-instead,
use-implicit-booleaness-not-comparison-to-string,
use-implicit-booleaness-not-comparison-to-zero,
import-error
import-error,
line-too-long
# Enable the message, report, category or checker with the given id(s). You can