Closed beltekylevi closed 3 days ago
# fmt: off
def path(path: str, handler):
return
def calculate_project_request_proposed_mentors():
return
urlpatterns = [
path("project-request/<int:project_request_id>/calculate-proposed-mentors/", calculate_project_request_proposed_mentors), # noqa: E501
]
> poetry run ruff format zeus/urls.py
1 file left unchanged
I'm stupid. But your documentation doesn't emphasize that you are writing examples that are not working. Probably you should improve on that.
A minimal code snippet that reproduces the bug.
The command you invoked (e.g.,
ruff /path/to/file.py --fix
), ideally including the--isolated
flag.🙂
The current Ruff settings (any relevant sections from your
pyproject.toml
).The current Ruff version (
ruff --version
).