Replace flake8-bugbear with Ruff (#11500)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Avasam
2024-02-29 13:20:31 -05:00
committed by GitHub
parent 791dc9120a
commit 5cb2fe97a6
7 changed files with 15 additions and 10 deletions

View File

@@ -24,7 +24,6 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- "flake8-bugbear==24.1.17" # must match requirements-tests.txt
- "flake8-noqa==1.4.0" # must match requirements-tests.txt
- "flake8-pyi==24.1.0" # must match requirements-tests.txt
types: [file]