Resolve linter contradictions: consolidate config, fix isort first-party, pylint 10/10
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/1e4a1f06-55b9-4040-853e-6aaf9ee574c8 Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -80,11 +80,11 @@ jobs:
|
||||
|
||||
- name: Run Flake8
|
||||
run: |
|
||||
flake8 backend/app --max-line-length=100 --extend-ignore=E203,W503,E501
|
||||
flake8 backend/app
|
||||
|
||||
- name: Run Pylint
|
||||
run: |
|
||||
pylint backend/app --max-line-length=100 --disable=C0111,R0903
|
||||
pylint backend/app
|
||||
continue-on-error: true
|
||||
|
||||
docker:
|
||||
|
||||
Reference in New Issue
Block a user