TrangPham / django-admin-confirm

AdminConfirmMixin is a mixin for ModelAdmin that adds confirmations to changes, additions and actions.
Other
128 stars 16 forks source link

Tests failing due to flake8 #43

Closed TrangPham closed 1 year ago

TrangPham commented 1 year ago

Describe the bug Tests are failing due to flake8 parsing error

To Reproduce Steps to reproduce the behavior:

  1. Run flake8 Lint github action on main
  2. See error: https://github.com/TrangPham/django-admin-confirm/actions/runs/3661844917/jobs/6190450651

Expected behavior Tests should not fail due to this

Screenshots If applicable, add screenshots to help explain your problem.

Versions (please complete the following information):

Additional context Potentially related to: https://github.com/pypa/setuptools/issues/3322

TrangPham commented 1 year ago

Issue resolved via this method: https://stackoverflow.com/questions/74558565/flake8-error-code-supplied-to-ignore-option-does-not-match-a-z1-30