| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,21 +35,21 @@ repos: | |||
| 35 | 35 | - id: pyupgrade | |
| 36 | 36 | args: [--py310-plus] | |
| 37 | 37 | - repo: https://github.com/astral-sh/ruff-pre-commit | |
| 38 | - rev: v0.15.20 | ||
| 38 | + rev: v0.16.4 | ||
| 39 | 39 | hooks: | |
| 40 | 40 | - id: ruff | |
| 41 | 41 | args: [--fix, --exit-non-zero-on-fix] | |
| 42 | 42 | - id: ruff-format | |
| 43 | 43 | - repo: https://github.com/codespell-project/codespell | |
| 44 | - rev: v2.4.2 | ||
| 44 | + rev: v2.4.3 | ||
| 45 | 45 | hooks: | |
| 46 | 46 | - id: codespell | |
| 47 | 47 | - repo: https://github.com/PyCQA/flake8 | |
| 48 | 48 | rev: 7.3.0 | |
| 49 | 49 | hooks: | |
| 50 | 50 | - id: flake8 | |
| 51 | 51 | - repo: https://github.com/pre-commit/mirrors-mypy | |
| 52 | - rev: v2.1.0 | ||
| 52 | + rev: v2.3.1 | ||
| 53 | 53 | hooks: | |
| 54 | 54 | - id: mypy | |
| 55 | 55 | additional_dependencies: [ifaddr] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments