diff options
| author | Adrian Herrmann <adrian.herrmann@qt.io> | 2023-12-05 03:28:49 +0100 |
|---|---|---|
| committer | Adrian Herrmann <adrian.herrmann@qt.io> | 2023-12-06 15:54:51 +0100 |
| commit | 2e06e148ff33b66ca64d4cc3acb2aa4f79f89d94 (patch) | |
| tree | 9ccfac261ad39174fe4a5a4bf3fddd73116415ad /sources/pyside6/libpyside/pyside.cpp | |
| parent | dcf38e34858ee74857a1cc431b12a3b88865cade (diff) | |
Configure flake8 arguments
Configure arguments for running flake8 from a CLI or inside VS Code.
This includes the following rules:
- Ignore E115: Expected an indented block (comment). This is triggered
by our snippet syntax (#!)
- Ignore E265: Block comment should start with '# '. Same reason as
above.
- Ignore W503: Line break occurred before a binary operator. Conflicts
with W504, so one of them must be ignored.
- Set max line length to 100 instead of 79 in line with our coding
style.
- Exclude files auto-generated by User Interface Compiler and Resource
Compiler.
Pick-to: 6.6
Change-Id: Ibd954e4b670abdcad2eef00d62e41ad691567924
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/pyside6/libpyside/pyside.cpp')
0 files changed, 0 insertions, 0 deletions
