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 4512ced commit 046e7fbCopy full SHA for 046e7fb
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.5.7
+ rev: v0.14.5
4
hooks:
5
- id: ruff
6
name: Run Ruff (lint)
@@ -10,7 +10,7 @@ repos:
10
args: [--check]
11
12
- repo: https://github.com/pre-commit/pre-commit-hooks
13
- rev: v4.5.0
+ rev: v6.0.0
14
15
- id: check-case-conflict
16
- id: check-merge-conflict
@@ -21,7 +21,7 @@ repos:
21
- id: trailing-whitespace
22
23
- repo: https://github.com/sphinx-contrib/sphinx-lint
24
- rev: v0.9.1
+ rev: v1.0.2
25
26
- id: sphinx-lint
27
args: [--enable=default-role]
0 commit comments