8000 Update packaging to pyproject.toml by codingjoe · Pull Request #79 · codingjoe/django-mail-auth · GitHub
[go: up one dir, main page]

Skip to content

Update packaging to pyproject.toml #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 22, 2022
Merged

Update packaging to pyproject.toml #79

merged 1 commit into from
Nov 22, 2022

Conversation

codingjoe
Copy link
Owner

No description provided.

@codingjoe codingjoe force-pushed the pyproject branch 10 times, most recently from e4769a8 to a67a8ae Compare November 22, 2022 09:55
@codecov
Copy link
codecov bot commented Nov 22, 2022

Codecov Report

Base: 99.69% // Head: 100.00% // Increases project coverage by +0.30% 🎉

Coverage data is based on head (aac5bd5) compared to base (746ccaa).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##             main       #79      +/-   ##
===========================================
+ Coverage   99.69%   100.00%   +0.30%     
===========================================
  Files          21        18       -3     
  Lines         332       293      -39     
===========================================
- Hits          331       293      -38     
+ Misses          1         0       -1     
Flag Coverage Δ
3.10 91.46% <100.00%> (?)
3.11 91.46% <100.00%> (?)
3.9 91.40% <100.00%> (?)
postgres 90.10% <94.87%> (?)
wagtail 98.63% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mailauth/forms.py 100.00% <ø> (ø)
mailauth/contrib/user/admin.py 100.00% <100.00%> (ø)
...0005_emailuser_email_hash_alter_emailuser_email.py 100.00% <100.00%> (ø)
mailauth/contrib/user/models.py 100.00% <100.00%> (ø)
mailauth/contrib/user/signals.py 100.00% <100.00%> (ø)
mailauth/signing.py 100.00% <100.00%> (ø)
mailauth/views.py
mailauth/urls.py

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@@ -1 +1,5 @@
"""Django authentication via login urls, no password required."""
"""Django authentication via login URLs, no passwords required."""
from . import _version

Check notice

Code scanning / CodeQL

Module imports itself

The module 'mailauth' imports itself.
@@ -31,6 +31,16 @@
),
}

try:
import sphinxcontrib.spelling # noqa

Check notice

Code scanning / CodeQL

Unused import

Import of 'sphinxcontrib' is not used.
else:
extensions.append("sphinxcontrib.spelling")

spelling_word_list_filename = "spelling_wordlist.txt"

Check notice

Code scanning / CodeQL

Unused global variable

The global variable 'spelling_word_list_filename' is not used.
extensions.append("sphinxcontrib.spelling")

spelling_word_list_filename = "spelling_wordlist.txt"
spelling_show_suggestions = True

Check notice

Code scanning / CodeQL

Unused global variable

The global variable 'spelling_show_suggestions' is not used.
@codingjoe codingjoe merged commit 4893f1c into main Nov 22, 2022
@codingjoe codingjoe deleted the pyproject branch November 22, 2022 10:07
@lgtm-com
Copy link
lgtm-com bot commented Nov 22, 2022

This pull request introduces 1 alert and fixes 2 when merging aac5bd5 into 08f7bfd - view on LGTM.com

new alerts:

  • 1 for Module imports itself

fixed alerts:

  • 1 for Conflicting attributes in base classes
  • 1 for URL redirection from remote source

Heads-up: LGTM.com's PR analysis will be disabled on the 5th of December, and LGTM.com will be shut down ⏻ completely on the 16th of December 2022. Please enable GitHub code scanning, which uses the same CodeQL engine ⚙️ that powers LGTM.com. For more information, please check out our post on the GitHub blog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0