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 78dfa76 + bb8ab0f commit 66a8b81Copy full SHA for 66a8b81
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ ci:
6
default_stages: [pre-commit, pre-push]
7
repos:
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.8.2
+ rev: v0.8.6
10
hooks:
11
- id: ruff
12
args: ["--fix", "--show-fixes"]
@@ -22,7 +22,7 @@ repos:
22
- id: check-yaml
23
- id: trailing-whitespace
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v1.13.0
+ rev: v1.14.1
26
27
- id: mypy
28
files: src|tests
pyproject.toml
@@ -69,7 +69,7 @@ test = [
69
"s3fs",
70
"pytest-asyncio",
71
"pytest-accept",
72
- "moto[s3]",
+ "moto[s3,server]",
73
"requests",
74
"rich",
75
"mypy",
0 commit comments