Skip to content

Commit b49c550

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 24.8.0](psf/black-pre-commit-mirror@24.4.2...24.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.1 → v0.6.5](astral-sh/ruff-pre-commit@v0.5.1...v0.6.5) - [github.com/rbubley/mirrors-prettier: v3.3.2 → v3.3.3](rbubley/mirrors-prettier@v3.3.2...v3.3.3) - [github.com/sqlfluff/sqlfluff: 3.1.0 → 3.1.1](sqlfluff/sqlfluff@3.1.0...3.1.1) - [github.com/jsh9/markdown-toc-creator: 0.0.6 → 0.0.7](jsh9/markdown-toc-creator@0.0.6...0.0.7) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.2](pre-commit/mirrors-mypy@v1.10.1...v1.11.2) - [github.com/abravalheri/validate-pyproject: v0.18 → v0.19](abravalheri/validate-pyproject@v0.18...v0.19)
1 parent 00d2dd1 commit b49c550

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ 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.8.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.6.5
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
@@ -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.1.1
5656
hooks:
5757
- id: sqlfluff-fix
5858
- repo: https://github.com/hadolint/hadolint
5959
rev: v2.13.0-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.7
6464
hooks:
6565
- id: markdown-toc-creator
6666
- repo: https://github.com/jumanjihouse/pre-commit-hooks
@@ -72,7 +72,7 @@ repos:
7272
hooks:
7373
- id: poetry-check
7474
- repo: https://github.com/pre-commit/mirrors-mypy
75-
rev: v1.10.1
75+
rev: v1.11.2
7676
hooks:
7777
- id: mypy
7878
additional_dependencies:
@@ -83,7 +83,7 @@ repos:
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.19
8787
hooks:
8888
- id: validate-pyproject
8989
additional_dependencies:

0 commit comments

Comments
 (0)