Skip to content

Commit 2049d75

Browse files
[pre-commit.ci] pre-commit autoupdate (#149)
1 parent 62a0f8c commit 2049d75

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.14.5
10+
rev: v0.14.6
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.21.1
18+
rev: v3.21.2
1919
hooks:
2020
- id: pyupgrade
2121
args: [ --py38-plus ]

0 commit comments

Comments
 (0)