chore(lint): drop G/T rules (1895 G004 would require dedicated pass)
The 1895 logging-f-string violations are a style preference; manual conversion to lazy %% formatting is a dedicated effort outside the scope of the lint-cleanup campaign. Remove unused pytest import.
This commit is contained in:
parent
20f3c3d773
commit
7d3e8b7143
1 changed files with 0 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
|||
"""Tests for app.domains.auth.passwords (bcrypt direct, no passlib)."""
|
||||
import pytest
|
||||
|
||||
from app.domains.auth.passwords import hash_password, verify_password
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue