Import names from typing directly rather than importing module (#13761)

This commit is contained in:
Avasam
2025-04-12 13:10:09 -04:00
committed by GitHub
parent 7ffb7e0832
commit a045be8ed6
10 changed files with 43 additions and 34 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ repos:
name: Run ruff on the test cases
args:
- "--exit-non-zero-on-fix"
- "--select=FA,I,RUF100"
- "--select=FA,I,ICN001,RUF100"
- "--no-force-exclude"
- "--unsafe-fixes"
files: '.*test_cases/.+\.py$'