feat(deps): remove drfaddons dependency #208
Draft
Codacy Production / Codacy Static Code Analysis
required action
Sep 14, 2024 in 0s
3 new issues (0 max.) of at least minor severity.
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
codacy-production / Codacy Static Code Analysis
docs/conf.py#L20
Redefining built-in 'copyright'
Check warning on line 329 in drf_user/serializers.py
codacy-production / Codacy Static Code Analysis
drf_user/serializers.py#L329
Unused variable 'user'
Check notice on line 329 in drf_user/serializers.py
codacy-production / Codacy Static Code Analysis
drf_user/serializers.py#L329
local variable 'user' is assigned to but never used (F841)
Loading