Skip to content

Commit

Permalink
Fix yamllint conf in pre-commit conf for project
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Feb 17, 2025
1 parent 383c3d9 commit fe6b15e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0

### Added

- Typos integration with pre-commit (was only an gh-action before)
- Typos integration with pre-commit (was only an gh-action before). #58

## Release [0.2.2] - 2025-02-17

Expand Down
2 changes: 1 addition & 1 deletion template/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
rev: v1.35.1
hooks:
- id: yamllint
args: [--strict, -c=/path/to/.yamllint]
args: [-c=.yamllint.yaml]

- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
Expand Down

0 comments on commit fe6b15e

Please sign in to comment.