Skip to content

Commit b519d2c

Browse files
[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)
1 parent b15b282 commit b519d2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ci:
55
style: auto fixes from pre-commit hooks
66
repos:
77
- repo: https://github.com/psf/black
8-
rev: 23.7.0
8+
rev: 23.9.1
99
hooks:
1010
- id: black
1111
name: Running black in all files.
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.0.287
14+
rev: v0.0.288
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)