We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ad206 commit dff6064Copy full SHA for dff6064
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
@@ -13,7 +13,7 @@ repos:
13
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
# Ruff version.
16
- rev: v0.5.5
+ rev: v0.8.1
17
18
# Run the linter.
19
- id: ruff
0 commit comments