Skip to content
Closed
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 docs/editor_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You'll need to add the following lines to your project's
```yaml
repos:
- repo: https://github.com/lyz-code/yamlfix/
rev: main
rev: 1.18.0
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

thanks for your contribution, as this version will be outdated pretty soon, maybe you can add a comment above line 29 with a link to the tags web or the pypi project so that people can see which is the latest

hooks:
- id: yamlfix
```