Skip to content
Open
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
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ peps/pep-0826.rst @savannahostrowski
peps/pep-0827.rst @1st1
peps/pep-0828.rst @ZeroIntensity
peps/pep-0829.rst @warsaw
peps/pep-0831.rst @pablogsal @Fidget-Spinner @savannahostrowski
# ...
peps/pep-2026.rst @hugovk
# ...
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ repos:
args: [--fix=lf]
- id: trailing-whitespace
name: "Remove trailing whitespace"
exclude: .*\.svg
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Fidget-Spinner Did this break the SVGs? They're code, so it's usually okay to allow this.

Suggested change
exclude: .*\.svg

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes they break the svgs

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait let me correct, I'm not sure if they break it but its very disruptive to reformat svgs


- id: file-contents-sorter
name: "Sort codespell ignore list"
Expand Down
Loading
Loading