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
5 changes: 2 additions & 3 deletions .snapperrc.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# These files contain markup constructs that Snapper main does not yet preserve.
# https://github.com/TurtleTech-ehf/snapper/issues/126
# This file contains an RST bullet continuation that Snapper does not yet preserve.
ignore = [
"CHANGELOG.rst",
"docs/source/differences-to-vws.rst",
"docs/source/unverified-behavior.rst",
]
2 changes: 1 addition & 1 deletion prek.toml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ hooks = [
{
id = "snapper",
name = "snapper",
entry = "uv run --group=dev snapper --max-width 0 --in-place",
entry = "uv run --group=dev snapper --native --max-width 0 --in-place",
language = "python",
types_or = [
"rst",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dev = [
# use it to lint shell commands in GitHub workflow files.
"shellcheck-py==0.11.0.1",
"shfmt-py==4.1.0",
"snapper-fmt==0.11.0",
"snapper-fmt==0.11.1",
"sphinx==9.1.0",
"sphinx-copybutton==0.5.2",
"sphinx-lint==1.0.2",
Expand Down
16 changes: 8 additions & 8 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading