| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 91d611a commit 20fae93
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,19 +3,19 @@ ci: | |||
| 3 | 3 | ||
| 4 | 4 | repos: | |
| 5 | 5 | - repo: https://github.com/pre-commit/pre-commit-hooks | |
| 6 | - rev: v5.0.0 | ||
| 6 | + rev: v6.0.0 | ||
| 7 | 7 | hooks: | |
| 8 | 8 | - id: trailing-whitespace | |
| 9 | 9 | - repo: https://github.com/pre-commit/mirrors-mypy | |
| 10 | - rev: v1.5.1 | ||
| 10 | + rev: v2.0.0 | ||
| 11 | 11 | hooks: | |
| 12 | 12 | - id: mypy | |
| 13 | 13 | name: python mypy | |
| 14 | 14 | always_run: true | |
| 15 | 15 | pass_filenames: false | |
| 16 | 16 | args: ["python"] | |
| 17 | 17 | - repo: https://github.com/astral-sh/ruff-pre-commit | |
| 18 | - rev: v0.8.1 | ||
| 18 | + rev: v0.15.12 | ||
| 19 | 19 | hooks: | |
| 20 | 20 | - id: ruff | |
| 21 | 21 | name: ruff | |
| Back | FazBrowse Home | New Git URL |
0 commit comments