Skip to content

Commit 6a7f8de

Browse files
chore(deps): update pre-commit hooks (#124)
updates: - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.259 → v0.0.260](astral-sh/ruff-pre-commit@v0.0.259...v0.0.260) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 558ef0e commit 6a7f8de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ repos:
1818
- id: check-yaml
1919

2020
- repo: https://github.com/psf/black
21-
rev: 23.1.0
21+
rev: 23.3.0
2222
hooks:
2323
- id: black-jupyter
2424

2525
- repo: https://github.com/charliermarsh/ruff-pre-commit
26-
rev: "v0.0.259"
26+
rev: "v0.0.260"
2727
hooks:
2828
- id: ruff
2929
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)