Skip to content

Commit 3e98eb6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.0](astral-sh/ruff-pre-commit@v0.13.3...v0.14.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0)
1 parent cb7f1e6 commit 3e98eb6

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
@@ -7,15 +7,15 @@ repos:
77
- id: trailing-whitespace
88
- repo: https://github.com/astral-sh/ruff-pre-commit
99
# Ruff version.
10-
rev: v0.13.3
10+
rev: v0.14.0
1111
hooks:
1212
# Run the linter.
1313
- id: ruff
1414
args: [ --fix ]
1515
# Run the formatter.
1616
- id: ruff-format
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.20.0
18+
rev: v3.21.0
1919
hooks:
2020
- id: pyupgrade
2121
args: [ --py38-plus ]

0 commit comments

Comments
 (0)