Skip to content

Commit 73c7623

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 23.9.1](psf/black-pre-commit-mirror@23.7.0...23.9.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.281 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.281...v0.0.292)
1 parent 96803e0 commit 73c7623

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
@@ -6,11 +6,11 @@ repos:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 23.7.0 # must match test-requirements.txt
9+
rev: 23.9.1 # must match test-requirements.txt
1010
hooks:
1111
- id: black
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.0.281 # must match test-requirements.txt
13+
rev: v0.0.292 # must match test-requirements.txt
1414
hooks:
1515
- id: ruff
1616
args: [--exit-non-zero-on-fix]

0 commit comments

Comments
 (0)