jazzband / django-two-factor-auth

Complete Two-Factor Authentication for Django providing the easiest integration into most Django projects.
MIT License
1.71k stars 448 forks source link

Upgrade isort and flake8 in pre-commit config #598

Closed peymanslh closed 1 year ago

peymanslh commented 1 year ago

Fix failing of pre-commit ci

Description

I think the failure was because of an issue in isort https://github.com/PyCQA/isort/pull/2078 So I upgrade it to 5.12.0 I also upgraded the flake8 to 6.0.0

codecov[bot] commented 1 year ago

Codecov Report

Merging #598 (7cd1292) into master (961549d) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #598   +/-   ##
=======================================
  Coverage   95.58%   95.58%           
=======================================
  Files          74       74           
  Lines        3194     3194           
  Branches      359      359           
=======================================
  Hits         3053     3053           
  Misses        112      112           
  Partials       29       29           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more