File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ default_stages:
2222repos :
2323 # Fast Python linter and formatter with auto-fix support
2424- repo : https://github.com/astral-sh/ruff-pre-commit
25- rev : v0.14.6
25+ rev : v0.15.8
2626 hooks :
2727 - id : ruff
2828 args : [--fix, --show-fixes]
@@ -32,14 +32,6 @@ repos:
3232 stages : [pre-commit]
3333 files : \.py$
3434
35- # Go code cleaner (removes unused exports)
36- - repo : https://github.com/deeenes/unexport
37- rev : 0.4.0-patch0-3
38- hooks :
39- - id : unexport
40- args : [--refactor, --single_quotes]
41- exclude : __init__.py$
42-
4335 # Official pre-commit-hooks for general checks
4436- repo : https://github.com/pre-commit/pre-commit-hooks
4537 rev : v6.0.0 # Check for updates regularly
7971
8072 # Format TOML and YAML files with pretty-format hooks
8173- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
82- rev : v2.15 .0
74+ rev : v2.16 .0
8375 hooks :
8476 - id : pretty-format-toml
8577 args :
You can’t perform that action at this time.
0 commit comments