Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): remove drfaddons dependency #208

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

'Refactored by Sourcery' (#209)

922bf3f
Select commit
Loading
Failed to load commit list.
Draft

feat(deps): remove drfaddons dependency #208

'Refactored by Sourcery' (#209)
922bf3f
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Sep 14, 2024 in 0s

3 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 2
- Added 3
           

Complexity increasing per file
==============================
- drf_user/constants.py  1
- drf_user/admin.py  1
- docs/conf.py  3
- drf_user/models.py  1
         

Complexity decreasing per file
==============================
+ drf_user/managers.py  -1
+ drf_user/utils.py  -1
+ drf_user/views.py  -4
+ drf_user/serializers.py  -3
         

See the complete overview on Codacy

Annotations

Check warning on line 20 in docs/conf.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docs/conf.py#L20

Redefining built-in 'copyright'

Check warning on line 329 in drf_user/serializers.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

drf_user/serializers.py#L329

Unused variable 'user'

Check notice on line 329 in drf_user/serializers.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

drf_user/serializers.py#L329

local variable 'user' is assigned to but never used (F841)