Skip to content

Commit b45911a

Browse files
[pre-commit.ci] pre-commit autoupdate (#539)
<!--pre-commit.ci start--> updates: - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.288](astral-sh/ruff-pre-commit@v0.0.287...v0.0.288) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 63f2888 commit b45911a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.7.0
21+
rev: 23.9.1
2222
hooks:
2323
- id: black-jupyter
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
2525
# Ruff version.
26-
rev: v0.0.287
26+
rev: v0.0.288
2727
hooks:
2828
- id: ruff
2929
args: ["--fix"]

0 commit comments

Comments
 (0)