Skip to content

Commit c9abfc7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.262 → v0.0.263](astral-sh/ruff-pre-commit@v0.0.262...v0.0.263) - [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](asottile/pyupgrade@v3.3.1...v3.3.2)
1 parent 4aa24ff commit c9abfc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
# https://github.com/jupyterlab/jupyterlab/issues/12675
2626
language_version: "17.9.1"
2727
- repo: https://github.com/charliermarsh/ruff-pre-commit
28-
rev: v0.0.262
28+
rev: v0.0.263
2929
hooks:
3030
- id: ruff
3131
args: [--fix, --exit-non-zero-on-fix]
@@ -60,7 +60,7 @@ repos:
6060
- flake8-bugbear
6161
- flake8-blind-except
6262
- repo: https://github.com/asottile/pyupgrade
63-
rev: v3.3.1
63+
rev: v3.3.2
6464
hooks:
6565
- id: pyupgrade
6666
args: [--py3-plus, --py38-plus, --keep-runtime-typing]

0 commit comments

Comments
 (0)