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

This commit is contained in:
Avasam
2025-03-03 09:48:59 -05:00
committed by GitHub
parent 96c3fe712a
commit cc206f760d
9 changed files with 14 additions and 26 deletions
+1 -2
View File
@@ -31,12 +31,11 @@ repos:
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 7.1.1
rev: 7.1.2
hooks:
- id: flake8
language: python
additional_dependencies:
- "flake8-noqa==1.4.0"
- "flake8-pyi==24.9.0"
types: [file]
types_or: [python, pyi]