mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
Drop flake8-noqa and remove workarounds to work with Ruff (#13571)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user