Skip to content

Commit 5649916

Browse files
[pre-commit.ci] pre-commit autoupdate (#106)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.12.9](astral-sh/ruff-pre-commit@v0.12.0...v0.12.9) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 53fad2e commit 5649916

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exclude: ^tin/(static/.*vendor|.*migrations)
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-ast
1010
name: validate python
@@ -19,7 +19,7 @@ repos:
1919
- id: codespell
2020
files: ^.*\.(py|md|rst)$
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.12.0
22+
rev: v0.12.9
2323
hooks:
2424
- id: ruff
2525
args: [ "--fix", "--exit-non-zero-on-fix" ]

0 commit comments

Comments
 (0)