Skip to content

Commit 1a414cf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.7 → v0.8.2](astral-sh/ruff-pre-commit@v0.6.7...v0.8.2) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0)
1 parent 0426aab commit 1a414cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
55
# Ruff version.
6-
rev: v0.6.7
6+
rev: v0.8.2
77
hooks:
88
# Run the linter.
99
- id: ruff
@@ -18,13 +18,13 @@ repos:
1818
- --max-line-length=100
1919
- --ignore=W503,E203
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v4.6.0
21+
rev: v5.0.0
2222
hooks:
2323
- id: trailing-whitespace
2424
- id: end-of-file-fixer
2525
- id: debug-statements
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.17.0
27+
rev: v3.19.0
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py3-plus, --py311-plus]

0 commit comments

Comments
 (0)