Skip to content

Commit 13a070b

Browse files
[pre-commit.ci] pre-commit autoupdate (#244)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 372168e commit 13a070b

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
@@ -15,12 +15,12 @@ repos:
1515
- id: end-of-file-fixer
1616
- id: check-yaml
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.15.0
18+
rev: v3.15.1
1919
hooks:
2020
- id: pyupgrade
2121
args: [--py37-plus]
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.2.1
23+
rev: v0.2.2
2424
hooks:
2525
- id: ruff
2626
args: [ --fix ]

0 commit comments

Comments
 (0)