Skip to content
Snippets Groups Projects

Projects: update flake8 error codes

Merged Frank Winklmeier requested to merge fwinkl/athena:flake8_atl23 into 23.0
5 files
+ 17
10
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -18,8 +18,10 @@
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.flake8Args": [
"--select=ATL,ATL902,F,E101,E7,E9,W6",
"--ignore=ATL9,E701,E702,E704,E741"
"--isolated",
"--select ATL,F,E101,E7,E9,W6",
"--ignore E701,E702,E704,E741",
"--enable-extensions ATL902"
]
},
Loading