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 3068542 commit b28882cCopy full SHA for b28882c
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
args: [--fix]
18
- id: ruff-format
19
- repo: https://github.com/astral-sh/uv-pre-commit
20
- rev: 0.9.28
+ rev: 0.10.2
21
hooks:
22
- id: uv-lock
23
- repo: https://github.com/adrienverge/yamllint
pyproject.toml
@@ -87,7 +87,7 @@ default-groups = [
87
"botocore-dev",
88
"dev",
89
]
90
-required-version = ">=0.8.4,<0.10"
+required-version = ">=0.8.4,<0.11"
91
92
[tool.setuptools.dynamic]
93
version = { attr = "aiobotocore.__version__" }
0 commit comments