Skip to content

Commit 119fb45

Browse files
[pre-commit.ci] pre-commit autoupdate (#494)
<!--pre-commit.ci start--> updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.276 → v0.0.277](astral-sh/ruff-pre-commit@v0.0.276...v0.0.277) - [github.com/asottile/blacken-docs: 1.14.0 → 1.15.0](adamchainz/blacken-docs@1.14.0...1.15.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f1b269a commit 119fb45

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ repos:
1818
- id: check-toml
1919
# Python
2020
- repo: https://github.com/psf/black
21-
rev: 23.3.0
21+
rev: 23.7.0
2222
hooks:
2323
- id: black-jupyter
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
2525
# Ruff version.
26-
rev: v0.0.276
26+
rev: v0.0.277
2727
hooks:
2828
- id: ruff
2929
args: ["--fix"]
@@ -35,7 +35,7 @@ repos:
3535
args: ["--write"]
3636
# Python inside docs
3737
- repo: https://github.com/asottile/blacken-docs
38-
rev: 1.14.0
38+
rev: 1.15.0
3939
hooks:
4040
- id: blacken-docs
4141
ci:

0 commit comments

Comments
 (0)