Skip to content

Commit 4cbb157

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v2.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v2.4.0...v6.0.0) - [github.com/asottile/add-trailing-comma: v2.1.0 → v4.0.0](asottile/add-trailing-comma@v2.1.0...v4.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.5 → v0.14.3](astral-sh/ruff-pre-commit@v0.9.5...v0.14.3) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2)
1 parent 8533919 commit 4cbb157

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,33 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v2.4.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-ast
88
- id: trailing-whitespace
99
- id: check-toml
1010
- id: end-of-file-fixer
1111

1212
- repo: https://github.com/asottile/add-trailing-comma
13-
rev: v2.1.0
13+
rev: v4.0.0
1414
hooks:
1515
- id: add-trailing-comma
1616

17-
- repo: https://github.com/psf/black
18-
rev: 25.1.0
17+
- repo: https://github.com/psf/black-pre-commit-mirror
18+
rev: 25.9.0
1919
hooks:
2020
- id: black
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.9.5
23+
rev: v0.14.3
2424
hooks:
2525
- id: ruff
2626
args:
2727
- "--fix"
2828
- "otlp_psqlpy"
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.15.0
31+
rev: v1.18.2
3232
hooks:
3333
- id: mypy
3434
additional_dependencies: ["."]

0 commit comments

Comments
 (0)