Skip to content

Commit a0bb530

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 → 24.10.0](psf/black-pre-commit-mirror@24.4.2...24.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.1 → v0.7.3](astral-sh/ruff-pre-commit@v0.5.1...v0.7.3) - [github.com/rbubley/mirrors-prettier: v3.3.2 → v3.3.3](rbubley/mirrors-prettier@v3.3.2...v3.3.3) - [github.com/google/yamlfmt: v0.13.0 → v0.14.0](google/yamlfmt@v0.13.0...v0.14.0) - [github.com/sqlfluff/sqlfluff: 3.1.0 → 3.2.5](sqlfluff/sqlfluff@3.1.0...3.2.5) - [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.8](jsh9/markdown-toc-creator@0.0.6...0.0.8) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.13.0](pre-commit/mirrors-mypy@v1.10.1...v1.13.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 a0bb530

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 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,20 +21,20 @@ 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: 24.10.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.7.3
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.3.3
3434
hooks:
3535
- id: prettier
3636
- repo: https://github.com/google/yamlfmt
37-
rev: v0.13.0
37+
rev: v0.14.0
3838
hooks:
3939
- id: yamlfmt
4040
- repo: https://github.com/Yelp/detect-secrets
@@ -52,15 +52,15 @@ repos:
5252
- id: codespell
5353
additional_dependencies: [".[toml]"]
5454
- repo: https://github.com/sqlfluff/sqlfluff
55-
rev: 3.1.0
55+
rev: 3.2.5
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.8
6464
hooks:
6565
- id: markdown-toc-creator
6666
- repo: https://github.com/jumanjihouse/pre-commit-hooks
@@ -72,18 +72,18 @@ repos:
7272
hooks:
7373
- id: poetry-check
7474
- repo: https://github.com/pre-commit/mirrors-mypy
75-
rev: v1.10.1
75+
rev: v1.13.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)