Compare commits

..

3 Commits

Author SHA1 Message Date
William Woodruff 8a051092d2
Merge branch 'unstable/v1' into ww/fix-tense 2024-05-16 10:42:55 -04:00
William Woodruff dffad7f889
Apply suggestions from code review 2024-05-16 10:41:55 -04:00
Sviatoslav Sydorenko 04f4e64de3
Set Python 3.11 for the `flake8-commas` linter
It doesn't yet support 3.12 and is an unconditional dependency of WPS.
2024-05-16 16:29:54 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -128,6 +128,7 @@ repos:
- WPS
additional_dependencies:
- wemake-python-styleguide ~= 0.17.0
language_version: python3.11 # flake8-commas doesn't work w/ Python 3.12
- repo: https://github.com/PyCQA/pylint.git
rev: v3.0.3

View File

@ -42,7 +42,7 @@ INPUT_PRINT_HASH="$(get-normalized-input 'print-hash')"
PASSWORD_DEPRECATION_NUDGE="::error title=Password-based uploads disabled::\
As of 2024, PyPI requires all users to enable Two-Factor \
Authentication. This consequentlys require all users to switch \
Authentication. This consequently requires all users to switch \
to either Trusted Publishers (preferred) or API tokens for package \
uploads. Read more: \
https://blog.pypi.org/posts/2023-05-25-securing-pypi-with-2fa/"