Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .codespell/exclude-file.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@

Error-de_DE=Wenn ist das Nunstück git und Slotermeyer?
Ja! Beiherhund das Oder die Virtualenvironment gersput!

<https://devguide.python.org/pullrequest/#licensing>`__

class ClassE[T: [str, int]]: ... # Type checker error: illegal expression form
class ClassE[T: t1]: ... # Type checker error: literal tuple expression required

explicitly declared using ``in``, ``out`` and ``inout`` keywords.
| | | | | | | inout |
2 changes: 2 additions & 0 deletions .codespell/ignore-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ ba
clos
complies
crate
dedented
extraversion
falsy
fo
iif
nd
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ jobs:

- name: Run pre-commit hooks
uses: pre-commit/action@v3.0.0

- name: Check spelling
uses: pre-commit/action@v3.0.0
with:
extra_args: --all-files --hook-stage manual codespell || true
2 changes: 1 addition & 1 deletion docs/rendering_system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ the footer (source link and last modified timestamp).
3.5 Prepare for writing
''''''''''''''''''''''''

``pep_html_builder.FileBuilder.prepare_writing`` initialises the bare miniumum
``pep_html_builder.FileBuilder.prepare_writing`` initialises the bare minimum
of the Docutils writer and the settings for writing documents.
This provides a significant speed-up over the base Sphinx implementation, as
most of the data automatically initialised was unused.
Expand Down