We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d575d1 commit 65c492dCopy full SHA for 65c492d
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ ci:
22
repos:
23
# Out of the box hooks for pre-commit https://github.com/pre-commit/pre-commit-hooks
24
- repo: https://github.com/pre-commit/pre-commit-hooks
25
- rev: v5.0.0
+ rev: v6.0.0
26
hooks:
27
# Makes sure files end in a newline and only a newline.
28
- id: end-of-file-fixer
@@ -41,7 +41,7 @@ repos:
41
42
# Lint code using ruff
43
- repo: https://github.com/astral-sh/ruff-pre-commit
44
- rev: v0.12.2
+ rev: v0.13.3
45
46
- id: ruff
47
args: [--fix, --exit-non-zero-on-fix]
0 commit comments