Skip to content

Commit

Permalink
pylint: upgrade to 3.2.6
Browse files Browse the repository at this point in the history
This only requires fixing:

    E0606: Possibly using variable 'results' before assignment
    E0606: Possibly using variable 'input_type' before assignment
  • Loading branch information
dato committed Jul 27, 2024
1 parent 2cdbddc commit b1fc4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ black==22.*
celery-types==0.22.0
django-stubs[compatible-mypy]==4.2.7
mypy==1.7.1
pylint==2.17.7
pylint==3.2.6
pytest==8.1.1
pytest-cov==5.0.0
pytest-django==4.8.0
Expand Down

0 comments on commit b1fc4c8

Please sign in to comment.