Skip to content

Commit 767f026

Browse files
[pre-commit.ci] pre-commit autoupdate (#232)
* [pre-commit.ci] pre-commit autoupdate 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) * Apply automatic changes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8a4b931 commit 767f026

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ repos:
1212
language_version: "17.9.1"
1313
# Hooks that are run for scripts
1414
- repo: https://github.com/psf/black
15-
rev: "23.7.0"
15+
rev: "23.9.1"
1616
hooks:
1717
- id: black
1818
files: ^scripts/
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.0.287
20+
rev: v0.0.288
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_stages:
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/psf/black
10-
rev: "23.7.0"
10+
rev: "23.9.1"
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/asottile/blacken-docs
@@ -25,7 +25,7 @@ repos:
2525
# https://github.com/jupyterlab/jupyterlab/issues/12675
2626
language_version: "17.9.1"
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.0.287
28+
rev: v0.0.288
2929
hooks:
3030
- id: ruff
3131
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)