| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9556f63 commit 7a138ee
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ repos: | |||
| 4 | 4 | hooks: | |
| 5 | 5 | - id: codespell | |
| 6 | 6 | additional_dependencies: [tomli] | |
| 7 | - exclude: "test/fixtures/" | ||
| 7 | + exclude: ^test/fixtures/ | ||
| 8 | 8 | ||
| 9 | 9 | - repo: https://github.com/astral-sh/ruff-pre-commit | |
| 10 | 10 | rev: v0.6.0 | |
@@ -26,7 +26,7 @@ repos: | |||
| 26 | 26 | rev: v4.6.0 | |
| 27 | 27 | hooks: | |
| 28 | 28 | - id: end-of-file-fixer | |
| 29 | - exclude: test/fixtures/ | ||
| 29 | + exclude: ^test/fixtures/ | ||
| 30 | 30 | - id: check-toml | |
| 31 | 31 | - id: check-yaml | |
| 32 | 32 | - id: check-merge-conflict | |
| Back | FazBrowse Home | New Git URL |
0 commit comments