Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 519f97a

Browse files
[pre-commit.ci] pre-commit autoupdate (#187)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.8...v0.1.9) - [github.com/psf/black: 23.12.0 → 23.12.1](psf/black@23.12.0...23.12.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 293377a commit 519f97a

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
@@ -66,14 +66,14 @@ repos:
6666
args: [--py38-plus]
6767

6868
- repo: https://github.com/astral-sh/ruff-pre-commit
69-
rev: v0.1.8
69+
rev: v0.1.9
7070
hooks:
7171
- id: ruff
7272
args: [--fix, --exit-non-zero-on-fix]
7373

7474
# Last modifier: Coding Standard
7575
- repo: https://github.com/psf/black
76-
rev: 23.12.0
76+
rev: 23.12.1
7777
hooks:
7878
- id: black
7979

0 commit comments

Comments
 (0)