Skip to content

Commit fa7101b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 23.9.1 → 23.12.1](psf/black-pre-commit-mirror@23.9.1...23.12.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.0 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.0...v0.1.9)
1 parent 761965d commit fa7101b

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.9.1 # must match test-requirements.txt
9+
rev: 23.12.1 # must match test-requirements.txt
1010
hooks:
1111
- id: black
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.1.0 # must match test-requirements.txt
13+
rev: v0.1.9 # must match test-requirements.txt
1414
hooks:
1515
- id: ruff
1616
args: [--exit-non-zero-on-fix]

0 commit comments

Comments
 (0)