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 919839f commit bd741b8Copy full SHA for bd741b8
.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.11.10
+ rev: v0.11.11
10
hooks:
11
- id: ruff
12
args: [--fix]
@@ -69,7 +69,7 @@ repos:
69
70
- id: check-github-actions
71
- repo: https://github.com/tox-dev/pyproject-fmt
72
- rev: v2.5.1
+ rev: v2.6.0
73
74
- id: pyproject-fmt
75
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
0 commit comments