Skip to content

Commit

Permalink
Remove support for D100 ruff linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasarus committed Jan 8, 2025
1 parent 16787ee commit 6e3eae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/test_auth.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ruff: noqa: D103
# ruff: noqa: D100, D103

from http import HTTPStatus
from unittest.mock import Mock, patch
Expand Down

0 comments on commit 6e3eae5

Please sign in to comment.