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
Following a QA refresh of this repo, the following Ruff checks are failing (and are currently being ignored in pyproject.toml):
The content you are editing has changed. Please copy your edits and refresh the page.
A001
A002
ANN001
ANN002
ANN003
**kwargs
ANN201
ANN202
ANN204
ANN205
ANN206
ARG001
ARG002
ARG003
ARG004
B028
C408
C901
D100
D101
D102
D103
D105
D200
D205
D401
DTZ002
E501
EM101
ERA001
FIX002
ICN001
N801
N802
NPY002
PLR0912
PLR5501", # collapsible-else-if; Preserve readability of TODO block in
PT009
PT027
RET503
S101
SIM102
SIM108
TD002
TD003
TD004
TRY003
TRY004
UP008
These should be address and removed from the ignore list if possible.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
📰 Custom Issue
Following a QA refresh of this repo, the following Ruff checks are failing (and are currently being ignored in pyproject.toml):
Flake8-builtins
Flake8-annotations
Flake8-unused-arguments
Flake8-bugbear
Flake8-comprehensions
pydocstyle
Flake8-datetimez
pycodestyle
Flake8-errmsg
Eradicate
Flake8-fixme
flake8-import-conventions
pep8-naming
numpy
pylint
flake8-pytest-style
flake8-return
flake8-bandit
flake8-simplify
flake8-todos
tryceratops
pyupgrade
These should be address and removed from the ignore list if possible.
The text was updated successfully, but these errors were encountered: