Skip to content

Commit b689487

Browse files
[pre-commit.ci] pre-commit autoupdate (#132)
1 parent 5e92da8 commit b689487

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
@@ -6,15 +6,15 @@ repos:
66
- id: trailing-whitespace
77
- repo: https://github.com/astral-sh/ruff-pre-commit
88
# Ruff version.
9-
rev: v0.14.5
9+
rev: v0.14.6
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.21.1
17+
rev: v3.21.2
1818
hooks:
1919
- id: pyupgrade
2020
args: [ --py38-plus ]

0 commit comments

Comments
 (0)