Skip to content

Commit

Permalink
disable pylint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacspe committed Nov 11, 2023
1 parent 89e811b commit cc79f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def handle_other_school(self, school):

@ts_interface(context='user')
class RegisterSerializer(UserDetailsSerializer):

# pylint: disable=arguments-differ,attribute-defined-outside-init
email = serializers.EmailField(required=True)
password1 = serializers.CharField(write_only=True)
password2 = serializers.CharField(write_only=True)
Expand Down

0 comments on commit cc79f69

Please sign in to comment.