We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think we can enable:
T20
ERA
B
A
LOG
ICS
ICN
PT
RET
SIM
PTH
NPY
PD
N
W
RUF
Possible:
ANN
TID
TC
ARG
The text was updated successfully, but these errors were encountered:
I would take one or a couple of these at a time. Then it is also possible to review what influence they have.
Sorry, something went wrong.
No branches or pull requests
I think we can enable:
T20
- flake8-print print foundERA
- Found commented-out codeB
- flake8-bugbear.A
- flake8-builtins. To see if shadow builtins functionsLOG
- flake8-logging. Simple logging checkersICS
- flake8-implicit-str-concatICN
- flake8-import-conventionsPT
- flake8-pytest-styleRET
- flake8-returnSIM
- flake8-simplifyPTH
- flake8-use-pathlibNPY
- NumPy-specific rulesPD
- pandas-vetN
- pep8-namingW
- pycodestyle warnings (now only errors are enabled)RUF
- Ruff-specific rulesPossible:
ANN
- flake8-annotations. if we want better type annotationsTID
- flake8-tidy-imports. Will use absolute imports instead of relativeTC
- flake8-type-checkingARG
- flake8-unused-argumentsThe text was updated successfully, but these errors were encountered: