Skip to content

Commit 63636a2

Browse files
fix: update pre-commit file, contradictory orders where introduced by unexport package
1 parent c1c3aa0 commit 63636a2

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ default_stages:
2222
repos:
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
@@ -79,7 +71,7 @@ repos:
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:

0 commit comments

Comments
 (0)