| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9e6954c commit a4bc27a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,13 +1,13 @@ | |||
| 1 | 1 | repos: | |
| 2 | 2 | - repo: https://github.com/codespell-project/codespell | |
| 3 | - rev: v2.4.1 | ||
| 3 | + rev: v2.4.2 | ||
| 4 | 4 | hooks: | |
| 5 | 5 | - id: codespell | |
| 6 | 6 | additional_dependencies: [tomli] | |
| 7 | 7 | exclude: ^test/fixtures/ | |
| 8 | 8 | ||
| 9 | 9 | - repo: https://github.com/astral-sh/ruff-pre-commit | |
| 10 | - rev: v0.11.12 | ||
| 10 | + rev: v0.15.5 | ||
| 11 | 11 | hooks: | |
| 12 | 12 | - id: ruff-check | |
| 13 | 13 | args: ["--fix"] | |
@@ -16,14 +16,14 @@ repos: | |||
| 16 | 16 | exclude: ^git/ext/ | |
| 17 | 17 | ||
| 18 | 18 | - repo: https://github.com/shellcheck-py/shellcheck-py | |
| 19 | - rev: v0.10.0.1 | ||
| 19 | + rev: v0.11.0.1 | ||
| 20 | 20 | hooks: | |
| 21 | 21 | - id: shellcheck | |
| 22 | 22 | args: [--color] | |
| 23 | 23 | exclude: ^test/fixtures/polyglot$|^git/ext/ | |
| 24 | 24 | ||
| 25 | 25 | - repo: https://github.com/pre-commit/pre-commit-hooks | |
| 26 | - rev: v5.0.0 | ||
| 26 | + rev: v6.0.0 | ||
| 27 | 27 | hooks: | |
| 28 | 28 | - id: end-of-file-fixer | |
| 29 | 29 | exclude: ^test/fixtures/|COPYING|LICENSE | |
@@ -33,6 +33,6 @@ repos: | |||
| 33 | 33 | - id: check-merge-conflict | |
| 34 | 34 | ||
| 35 | 35 | - repo: https://github.com/abravalheri/validate-pyproject | |
| 36 | - rev: v0.24.1 | ||
| 36 | + rev: v0.25 | ||
| 37 | 37 | hooks: | |
| 38 | 38 | - id: validate-pyproject | |
| Back | FazBrowse Home | New Git URL |
0 commit comments