Skip to content

Commit

Permalink
Small fixes for back cause merge back and front
Browse files Browse the repository at this point in the history
  • Loading branch information
MRossa157 committed Dec 4, 2024
1 parent 4287b12 commit fd4cb18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruff-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Run Ruff linter
run: |
poetry run ruff check . # Запускаем линтер на текущей директории
poetry run ruff check .\backend\ # Запускаем линтер на текущей директории
5 changes: 4 additions & 1 deletion backend/auth/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@

from backend.auth.config import cookie_config
from backend.auth.constants import API_RESPONSES
from backend.auth.dependencies import validate_refresh_token, validate_user_creation
from backend.auth.dependencies import (
validate_refresh_token,
validate_user_creation,
)
from backend.auth.schemas import (
JWTResponse,
UserAuthentication,
Expand Down

0 comments on commit fd4cb18

Please sign in to comment.