Skip to content

Commit bbfec3e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 25.1.0](psf/black-pre-commit-mirror@24.4.2...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.1 → v0.9.10](astral-sh/ruff-pre-commit@v0.5.1...v0.9.10) - [github.com/rbubley/mirrors-prettier: v3.3.2 → v3.5.3](rbubley/mirrors-prettier@v3.3.2...v3.5.3) - [github.com/google/yamlfmt: v0.13.0 → v0.16.0](google/yamlfmt@v0.13.0...v0.16.0) - [github.com/pappasam/toml-sort: v0.23.1 → v0.24.2](pappasam/toml-sort@v0.23.1...v0.24.2) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/sqlfluff/sqlfluff: 3.1.0 → 3.3.1](sqlfluff/sqlfluff@3.1.0...3.3.1) - [github.com/hadolint/hadolint: v2.13.0-beta → v2.13.1-beta](hadolint/hadolint@v2.13.0-beta...v2.13.1-beta) - [github.com/jsh9/markdown-toc-creator: 0.0.6 → 0.0.10](jsh9/markdown-toc-creator@0.0.6...0.0.10) - [github.com/python-poetry/poetry: 1.8.0 → 2.1.1](python-poetry/poetry@1.8.0...2.1.1) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.15.0](pre-commit/mirrors-mypy@v1.10.1...v1.15.0) - [github.com/srstevenson/nb-clean: 3.3.0 → 4.0.1](srstevenson/nb-clean@3.3.0...4.0.1) - [github.com/abravalheri/validate-pyproject: v0.18 → v0.23](abravalheri/validate-pyproject@v0.18...v0.23)
1 parent 00d2dd1 commit bbfec3e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.pre-commit-config.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-byte-order-marker
@@ -21,69 +21,69 @@ repos:
2121
- id: trailing-whitespace
2222
exclude: .gitignore
2323
- repo: https://github.com/psf/black-pre-commit-mirror
24-
rev: 24.4.2
24+
rev: 25.1.0
2525
hooks:
2626
- id: black-jupyter
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.5.1
28+
rev: v0.9.10
2929
hooks:
3030
- id: ruff
3131
args: [--fix, --exit-non-zero-on-fix]
3232
- repo: https://github.com/rbubley/mirrors-prettier
33-
rev: v3.3.2
33+
rev: v3.5.3
3434
hooks:
3535
- id: prettier
3636
- repo: https://github.com/google/yamlfmt
37-
rev: v0.13.0
37+
rev: v0.16.0
3838
hooks:
3939
- id: yamlfmt
4040
- repo: https://github.com/Yelp/detect-secrets
4141
rev: v1.5.0
4242
hooks:
4343
- id: detect-secrets
4444
- repo: https://github.com/pappasam/toml-sort
45-
rev: v0.23.1
45+
rev: v0.24.2
4646
hooks:
4747
- id: toml-sort-fix
4848
exclude: poetry.lock
4949
- repo: https://github.com/codespell-project/codespell
50-
rev: v2.3.0
50+
rev: v2.4.1
5151
hooks:
5252
- id: codespell
5353
additional_dependencies: [".[toml]"]
5454
- repo: https://github.com/sqlfluff/sqlfluff
55-
rev: 3.1.0
55+
rev: 3.3.1
5656
hooks:
5757
- id: sqlfluff-fix
5858
- repo: https://github.com/hadolint/hadolint
59-
rev: v2.13.0-beta
59+
rev: v2.13.1-beta
6060
hooks:
6161
- id: hadolint-docker
6262
- repo: https://github.com/jsh9/markdown-toc-creator
63-
rev: 0.0.6
63+
rev: 0.0.10
6464
hooks:
6565
- id: markdown-toc-creator
6666
- repo: https://github.com/jumanjihouse/pre-commit-hooks
6767
rev: 3.0.0
6868
hooks:
6969
- id: check-mailmap
7070
- repo: https://github.com/python-poetry/poetry
71-
rev: 1.8.0
71+
rev: 2.1.1
7272
hooks:
7373
- id: poetry-check
7474
- repo: https://github.com/pre-commit/mirrors-mypy
75-
rev: v1.10.1
75+
rev: v1.15.0
7676
hooks:
7777
- id: mypy
7878
additional_dependencies:
7979
- types-requests
8080
- repo: https://github.com/srstevenson/nb-clean
81-
rev: 3.3.0
81+
rev: 4.0.1
8282
hooks:
8383
- id: nb-clean
8484
args: [--preserve-cell-outputs, --remove-empty-cells]
8585
- repo: https://github.com/abravalheri/validate-pyproject
86-
rev: v0.18
86+
rev: v0.23
8787
hooks:
8888
- id: validate-pyproject
8989
additional_dependencies:

0 commit comments

Comments
 (0)