Skip to content

Commit 82e1056

Browse files
[pre-commit.ci] pre-commit autoupdate (#57)
1 parent 69a21aa commit 82e1056

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: v4.5.0
3+
rev: v4.6.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.3.4
9+
rev: v0.6.5
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.15.2
17+
rev: v3.17.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [ --py38-plus ]

0 commit comments

Comments
 (0)