Skip to content

Commit fe0cba5

Browse files
[pre-commit.ci] pre-commit autoupdate (#224)
updates: - [github.com/psf/black: 23.1.0 → 23.7.0](psf/black@23.1.0...23.7.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.277 → v0.0.282](astral-sh/ruff-pre-commit@v0.0.277...v0.0.282) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bb615b9 commit fe0cba5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ repos:
77
exclude_types: [json, binary]
88
- id: check-yaml
99
- repo: https://github.com/psf/black
10-
rev: "23.1.0"
10+
rev: "23.7.0"
1111
hooks:
1212
- id: black-jupyter
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.0.277"
14+
rev: "v0.0.282"
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)