We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3e7b9 commit b04662bCopy full SHA for b04662b
.pre-commit-config.yaml
@@ -6,12 +6,12 @@ repos:
6
exclude: src/furo/theme/.*|docs/(recommendations|reference/admonitions).md
7
8
- repo: https://github.com/psf/black
9
- rev: 24.4.2
+ rev: 24.10.0
10
hooks:
11
- id: black
12
13
- repo: https://github.com/asottile/blacken-docs
14
- rev: 1.18.0
+ rev: 1.19.1
15
16
- id: blacken-docs
17
@@ -22,7 +22,7 @@ repos:
22
files: \.py$
23
24
- repo: https://github.com/pre-commit/pre-commit-hooks
25
- rev: v4.6.0
+ rev: v5.0.0
26
27
- id: check-builtin-literals
28
- id: check-added-large-files
@@ -36,7 +36,7 @@ repos:
36
37
- repo: https://github.com/astral-sh/ruff-pre-commit
38
# Ruff version.
39
- rev: v0.5.5
+ rev: v0.8.0
40
41
- id: ruff
42
args: [--fix, --exit-non-zero-on-fix]
0 commit comments