Skip to content

Commit cce567c

Browse files
[pre-commit.ci] pre-commit autoupdate (#359)
updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.1](astral-sh/ruff-pre-commit@v0.4.7...v0.5.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 400057b commit cce567c

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
@@ -9,13 +9,13 @@ repos:
99
- id: debug-statements
1010

1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v3.15.2
12+
rev: v3.16.0
1313
hooks:
1414
- id: pyupgrade
1515
args: [--py37-plus]
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: 'v0.4.7'
18+
rev: 'v0.5.1'
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

0 commit comments

Comments
 (0)