Skip to content

Commit 804c4e2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.0...v0.6.9) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
1 parent b878e0d commit 804c4e2

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
@@ -3,20 +3,20 @@
33
repos:
44

55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.16.0
6+
rev: v3.17.0
77
hooks:
88
- id: pyupgrade
99
args: ["--py38-plus"]
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.5.0
12+
rev: v0.6.9
1313
hooks:
1414
- id: ruff
1515
args: [--fix, --exit-non-zero-on-fix]
1616
- id: ruff-format
1717

1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.6.0
19+
rev: v5.0.0
2020
hooks:
2121
- id: fix-encoding-pragma
2222
args: [--remove]

0 commit comments

Comments
 (0)