File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - id : typos
3030
3131 - repo : https://github.com/rvben/rumdl-pre-commit
32- rev : v0.1.94
32+ rev : v0.1.96
3333 hooks :
3434 - id : rumdl-fmt # Auto-format
File renamed without changes.
Original file line number Diff line number Diff line change 2727 },
2828 "files.insertFinalNewline" : true ,
2929 "conventionalCommits.emojiFormat" : " emoji" ,
30- "conventionalCommits.promptScopes" : false ,
31- "typos.config" : " .config/typos.toml"
30+ "conventionalCommits.promptScopes" : false
3231}
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ update-quarto-theme:
2828# Update files in the template from the Copier parent folder
2929sync-template-files :
3030 cp CODE_OF_CONDUCT.md .pre-commit-config.yaml .typos.toml .editorconfig template/
31- cp .config/ * template/ .config/
31+ cp .config/ rumdl.toml template/ .config/
3232 mkdir -p template/ tools
3333 cp tools/ get-contributors.sh template/ tools/
3434 cp .github/ pull_request_template.md template/ .github/
3535
3636# Check for spelling errors in files
3737check-spelling :
38- uvx typos --config .config / typos.toml
38+ uvx typos
3939
4040# Check that URLs work
4141check-urls :
File renamed without changes.
Original file line number Diff line number Diff line change 3535 "python.testing.pytestEnabled" : true ,
3636 "python.testing.pytestPath" : " ${workspaceFolder}/.venv/bin/pytest" ,
3737 "mypy.runUsingActiveInterpreter" : true ,
38- "typos.config" : " .config/typos.toml" ,
3938 "ruff.configuration" : " .config/ruff.toml" ,
4039 "mypy.configFile" : " .config/mypy.ini"
4140}
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ check-security:
103103
104104# Check for spelling errors in files
105105check-spelling:
106- uv run typos --config .config/typos.toml
106+ uv run typos
107107
108108# Install lychee from https://lychee.cli.rs/guides/getting-started/
109109# Check that URLs work
You can’t perform that action at this time.
0 commit comments