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 858407f commit 575ebe1Copy full SHA for 575ebe1
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
- id: check-merge-conflict
7
exclude: rst$
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.7.1
+ rev: v0.7.2
10
hooks:
11
- id: ruff
12
args: [--fix]
@@ -53,7 +53,7 @@ repos:
53
54
- id: python-use-type-annotations
55
- repo: https://github.com/rhysd/actionlint
56
- rev: v1.7.3
+ rev: v1.7.4
57
58
- id: actionlint-docker
59
args:
@@ -69,7 +69,7 @@ repos:
69
70
- id: check-github-actions
71
- repo: https://github.com/tox-dev/pyproject-fmt
72
- rev: v2.4.3
+ rev: v2.5.0
73
74
- id: pyproject-fmt
75
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
0 commit comments