Charles Perrot-Minot

Results 2 issues of Charles Perrot-Minot

Hi, We do use `combine-as-imports` for the lint.isort settings. However, the following passes ruff check despite the typing being imported twice: ``` import typing from typing import Any def test_function(my_input:...

isort

Hi, I think it could be interesting for ruff to also check for unnecessary newlines at the start of files, a parallel (sort of) to to W292 https://docs.astral.sh/ruff/rules/missing-newline-at-end-of-file/ The idea...

rule