Skip to content

Commit 66a8b81

Browse files
committed
Merge branch 'main' into literate-byte-ranges
2 parents 78dfa76 + bb8ab0f commit 66a8b81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66
default_stages: [pre-commit, pre-push]
77
repos:
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.8.2
9+
rev: v0.8.6
1010
hooks:
1111
- id: ruff
1212
args: ["--fix", "--show-fixes"]
@@ -22,7 +22,7 @@ repos:
2222
- id: check-yaml
2323
- id: trailing-whitespace
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.13.0
25+
rev: v1.14.1
2626
hooks:
2727
- id: mypy
2828
files: src|tests

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ test = [
6969
"s3fs",
7070
"pytest-asyncio",
7171
"pytest-accept",
72-
"moto[s3]",
72+
"moto[s3,server]",
7373
"requests",
7474
"rich",
7575
"mypy",

0 commit comments

Comments
 (0)