This eliminates the remaining arguments that shadow python builtins detected by flake8-builtins (error code A002).
The next step is to cleanup variables shadowing builtins (A001) and then enforce the linter plugin.
Differential D13739
[lint] Fix remaining arguments shadowing python builtins sdulfari on Apr 19 2023, 17:36. Authored by Tags None Subscribers None Tokens
Details
This eliminates the remaining arguments that shadow python builtins detected by flake8-builtins (error code A002). The next step is to cleanup variables shadowing builtins (A001) and then enforce the linter plugin. pip3 install flake8-builtins flake8 | grep A002 # should return nothing Following instructions in /contrib/apple-sdk-tools/README.md: ./extract_xcode.py -f Xcode_*.xip | cpio -d -i Also run MacOS build in CI.
Diff Detail
Event TimelineComment Actions Ignore the lint error. This comes from my local machine which has flake8-builtins installed. |