Drop flake8-noqa and remove workarounds to work with Ruff (#13571)

This commit is contained in:
Avasam
2025-03-03 15:48:59 +01:00
committed by GitHub
parent 96c3fe712a
commit cc206f760d
9 changed files with 14 additions and 26 deletions
-3
View File
@@ -10,9 +10,6 @@ from pandas._typing import Scalar
from ..base import _ConvertibleToCRS
from ..geodataframe import GeoDataFrame
# inline ruff noqa at _SqlalchemyConnectionLike.__enter__ confuses flake8
# ruff: noqa: PYI034
# Start SQLAlchemy hack
# ---------------------
# The code actually explicitly checks for SQLAlchemy's `Connection` and `Engine` with