mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
python: flake8 configuration file
This commit is contained in:
3
.github/workflows/lint-python.yml
vendored
3
.github/workflows/lint-python.yml
vendored
@ -31,5 +31,4 @@ jobs:
|
||||
|
||||
- name: Lint Flake8
|
||||
run: |
|
||||
flake8 --count --select=E9,F63,F7,F82 --show-source --statistics
|
||||
flake8 --count --max-complexity=15 --max-line-length=120 --per-file-ignores="__init__.py:F4" --statistics
|
||||
flake8 --count --show-source --statistics
|
||||
|
||||
Reference in New Issue
Block a user