Skip to content

Commit c438d16

Browse files
⬆️🪝 update pre-commit hooks (#291)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.288](astral-sh/ruff-pre-commit@v0.0.287...v0.0.288) - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 23.9.1](psf/black-pre-commit-mirror@23.7.0...23.9.1) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Lukas Burgholzer <[email protected]>
1 parent 0e27408 commit c438d16

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
@@ -51,14 +51,14 @@ repos:
5151

5252
# Run ruff (subsumes pyupgrade, isort, flake8+plugins, and more)
5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.0.287
54+
rev: v0.0.288
5555
hooks:
5656
- id: ruff
5757
args: ["--fix", "--show-fixes"]
5858

5959
# Run code formatting with Black
6060
- repo: https://github.com/psf/black-pre-commit-mirror
61-
rev: 23.7.0 # Keep in sync with blacken-docs
61+
rev: 23.9.1 # Keep in sync with blacken-docs
6262
hooks:
6363
- id: black-jupyter
6464

@@ -68,7 +68,7 @@ repos:
6868
hooks:
6969
- id: blacken-docs
7070
additional_dependencies:
71-
- black==23.7.0 # keep in sync with black hook
71+
- black==23.9.1 # keep in sync with black hook
7272

7373
# CMake format and lint the CMakeLists.txt files
7474
- repo: https://github.com/cheshirekow/cmake-format-precommit

0 commit comments

Comments
 (0)