-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ruff) Automated fixes for Python 3.9
ruff check . --select ALL --fix --unsafe-fixes --preview --show-fixes --ignore T201 --ignore PT014 --ignore RUF100; ruff format .; Fixed 100 errors: - docs/conf.py: 6 × UP006 (non-pep585-annotation) - src/django_docutils/lib/directives/code.py: 3 × UP006 (non-pep585-annotation) - src/django_docutils/lib/metadata/extract.py: 1 × UP006 (non-pep585-annotation) - src/django_docutils/lib/metadata/process.py: 2 × UP006 (non-pep585-annotation) 1 × F401 (unused-import) - src/django_docutils/lib/metadata/processors.py: 4 × UP006 (non-pep585-annotation) - src/django_docutils/lib/publisher.py: 1 × UP006 (non-pep585-annotation) - src/django_docutils/lib/roles/common.py: 5 × UP006 (non-pep585-annotation) - src/django_docutils/lib/roles/email.py: 1 × UP006 (non-pep585-annotation) - src/django_docutils/lib/roles/file.py: 12 × UP006 (non-pep585-annotation) - src/django_docutils/lib/roles/github.py: 1 × UP006 (non-pep585-annotation) - src/django_docutils/lib/roles/hackernews.py: 1 × UP006 (non-pep585-annotation) - src/django_docutils/lib/roles/kbd.py: 4 × UP006 (non-pep585-annotation) - src/django_docutils/lib/roles/leanpub.py: 1 × UP006 (non-pep585-annotation) - src/django_docutils/lib/roles/pypi.py: 1 × UP006 (non-pep585-annotation) - src/django_docutils/lib/roles/readthedocs.py: 1 × UP006 (non-pep585-annotation) - src/django_docutils/lib/roles/registry.py: 1 × UP006 (non-pep585-annotation) - src/django_docutils/lib/roles/twitter.py: 1 × UP006 (non-pep585-annotation) - src/django_docutils/lib/roles/types.py: 4 × UP006 (non-pep585-annotation) - src/django_docutils/lib/roles/url.py: 1 × UP006 (non-pep585-annotation) - src/django_docutils/lib/roles/wikipedia.py: 1 × UP006 (non-pep585-annotation) - src/django_docutils/lib/transforms/code.py: 2 × UP006 (non-pep585-annotation) - src/django_docutils/lib/transforms/toc.py: 3 × UP006 (non-pep585-annotation) - src/django_docutils/lib/types.py: 5 × UP006 (non-pep585-annotation) 1 × F401 (unused-import) - src/django_docutils/lib/utils.py: 1 × UP006 (non-pep585-annotation) - src/django_docutils/lib/views.py: 4 × UP006 (non-pep585-annotation) - src/django_docutils/lib/writers.py: 8 × UP006 (non-pep585-annotation) - src/django_docutils/template.py: 3 × UP006 (non-pep585-annotation) 1 × TC006 (runtime-cast-value) - src/django_docutils/templatetags/django_docutils.py: 2 × UP006 (non-pep585-annotation) - src/django_docutils/views.py: 6 × UP006 (non-pep585-annotation) - tests/settings.py: 2 × UP006 (non-pep585-annotation) - tests/test_docutils_roles.py: 9 × UP006 (non-pep585-annotation) Found 526 errors (100 fixed, 426 remaining). 2 files reformatted, 53 files left unchanged
- Loading branch information
Showing
31 changed files
with
75 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.