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
2 changes: 1 addition & 1 deletion linters/toml-tidy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runtimes:
- python@3.12.2
lint:
enabled:
- toml-tidy@0.2.0
- toml-tidy@0.3.1
```

Per-file defaults (sort order, scope, pinned-first tables) can be configured in the nearest
Expand Down
4 changes: 2 additions & 2 deletions linters/toml-tidy/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tools:
runtime: python
package: toml-tidy
shims: [toml-tidy]
known_good_version: 0.2.0
known_good_version: 0.3.1
lint:
definitions:
- name: toml-tidy
Expand All @@ -23,4 +23,4 @@ lint:
suggest_if: never # sorting keys is an opinionated choice; complements taplo (formatting) rather than replacing it
affects_cache:
- pyproject.toml
known_good_version: 0.2.0
known_good_version: 0.3.1
Loading