Skip to content

Commit 6b9f0c6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.2](astral-sh/ruff-pre-commit@v0.3.5...v0.5.2) - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
1 parent d970f7f commit 6b9f0c6

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
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.5.0
4+
rev: v4.6.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
@@ -12,12 +12,12 @@ repos:
1212
- id: check-ast
1313
- id: check-added-large-files
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.3.5
15+
rev: v0.5.2
1616
hooks:
1717
- id: ruff
1818
args: [--fix]
1919
- repo: https://github.com/psf/black
20-
rev: 24.3.0
20+
rev: 24.4.2
2121
hooks:
2222
- id: black
2323
language_version: python3
@@ -27,18 +27,18 @@ repos:
2727
- id: blackdoc
2828
additional_dependencies: ["black[jupyter]"]
2929
- repo: https://github.com/pre-commit/mirrors-prettier
30-
rev: "v3.1.0"
30+
rev: "v4.0.0-alpha.8"
3131
hooks:
3232
- id: prettier
3333
types_or: [yaml, html, css, scss, javascript, json] # markdown to avoid conflicts with mdformat
3434
- repo: https://github.com/codespell-project/codespell
35-
rev: v2.2.6
35+
rev: v2.3.0
3636
hooks:
3737
- id: codespell
3838
types_or: [python, markdown, rst]
3939
additional_dependencies: [tomli]
4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v3.15.2
41+
rev: v3.16.0
4242
hooks:
4343
- id: pyupgrade
4444
- repo: https://github.com/MarcoGorelli/madforhooks

0 commit comments

Comments
 (0)