Skip to content

Commit a63403d

Browse files
[pre-commit.ci] pre-commit autoupdate (#204)
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1) - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.2.2](astral-sh/ruff-pre-commit@v0.2.1...v0.2.2) - [github.com/psf/black: 24.1.1 → 24.2.0](psf/black@24.1.1...24.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6007b06 commit a63403d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,20 @@ repos:
6060
- id: rm-unneeded-f-str
6161

6262
- repo: https://github.com/asottile/pyupgrade
63-
rev: v3.15.0
63+
rev: v3.15.1
6464
hooks:
6565
- id: pyupgrade
6666
args: [--py38-plus]
6767

6868
- repo: https://github.com/astral-sh/ruff-pre-commit
69-
rev: v0.2.1
69+
rev: v0.2.2
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: 24.1.1
76+
rev: 24.2.0
7777
hooks:
7878
- id: black
7979

0 commit comments

Comments
 (0)