Skip to content

Commit 3d0a2b1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.0 → v0.13.1](astral-sh/ruff-pre-commit@v0.8.0...v0.13.1) - [github.com/asottile/pyupgrade: v3.19.0 → v3.20.0](asottile/pyupgrade@v3.19.0...v3.20.0)
1 parent 87807ea commit 3d0a2b1

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
@@ -1,20 +1,20 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/astral-sh/ruff-pre-commit
88
# Ruff version.
9-
rev: v0.8.0
9+
rev: v0.13.1
1010
hooks:
1111
# Run the linter.
1212
- id: ruff
1313
args: [ --fix ]
1414
# Run the formatter.
1515
- id: ruff-format
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.19.0
17+
rev: v3.20.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [ --py38-plus ]

0 commit comments

Comments
 (0)