Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit 3e08d86

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/adamchainz/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.5.6](astral-sh/ruff-pre-commit@v0.4.3...v0.5.6)
1 parent ae6e955 commit 3e08d86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ repos:
3434
- id: text-unicode-replacement-char
3535

3636
- repo: https://github.com/psf/black
37-
rev: 24.4.2
37+
rev: 24.8.0
3838
hooks:
3939
- id: black
4040
additional_dependencies: [toml]
4141
- id: black-jupyter
4242
additional_dependencies: [toml]
4343

4444
- repo: https://github.com/adamchainz/blacken-docs
45-
rev: 1.16.0
45+
rev: 1.18.0
4646
hooks:
4747
- id: blacken-docs
4848
additional_dependencies: [black]
4949

5050
- repo: https://github.com/astral-sh/ruff-pre-commit
51-
rev: "v0.4.3"
51+
rev: "v0.5.6"
5252
hooks:
5353
- id: ruff
5454
args:

0 commit comments

Comments
 (0)