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.
2 parents fe26900 + bf9709b commit e3bfe23Copy full SHA for e3bfe23
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.1.4
+ rev: v0.1.6
4
hooks:
5
- id: ruff
6
args: [--fix, --exit-non-zero-on-fix]
7
8
- repo: https://github.com/psf/black-pre-commit-mirror
9
- rev: 23.10.1
+ rev: 23.11.0
10
11
- id: black
12
@@ -42,12 +42,12 @@ repos:
42
exclude: ^.github/.*TEMPLATE|^Tests/(fonts|images)/
43
44
- repo: https://github.com/sphinx-contrib/sphinx-lint
45
- rev: v0.8.1
+ rev: v0.9.0
46
47
- id: sphinx-lint
48
49
- repo: https://github.com/tox-dev/pyproject-fmt
50
- rev: 1.4.1
+ rev: 1.5.3
51
52
- id: pyproject-fmt
53
0 commit comments