-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Conversation
e4769a8
to
a67a8ae
Compare
Codecov ReportBase: 99.69% // Head: 100.00% // Increases project coverage by
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
Flags with carried forward coverage won't be shown. Click here to find out more.
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. |
@@ -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
@@ -31,6 +31,16 @@ | |||
), | |||
} | |||
|
|||
try: | |||
import sphinxcontrib.spelling # noqa |
Check notice
Code scanning / CodeQL
Unused import
else: | ||
extensions.append("sphinxcontrib.spelling") | ||
|
||
spelling_word_list_filename = "spelling_wordlist.txt" |
Check notice
Code scanning / CodeQL
Unused global variable
extensions.append("sphinxcontrib.spelling") | ||
|
||
spelling_word_list_filename = "spelling_wordlist.txt" | ||
spelling_show_suggestions = True |
Check notice
Code scanning / CodeQL
Unused global variable
This pull request introduces 1 alert and fixes 2 when merging aac5bd5 into 08f7bfd - view on LGTM.com new alerts:
fixed alerts:
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. |
No description provided.