Skip to content

Commit b05757d

Browse files
[pre-commit.ci] pre-commit autoupdate (#365)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/tox-dev/pyproject-fmt: v2.21.1 → v2.21.2](tox-dev/pyproject-fmt@v2.21.1...v2.21.2) - [github.com/pre-commit/mirrors-mypy: v1.20.2 → v2.0.0](pre-commit/mirrors-mypy@v1.20.2...v2.0.0) * exports are fixed --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Philipp A. <flying-sheep@web.de>
1 parent 9a72951 commit b05757d

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ repos:
5353
- id: ruff-format
5454
files: ^scripts/.*$
5555
- repo: https://github.com/tox-dev/pyproject-fmt
56-
rev: v2.21.1
56+
rev: v2.21.2
5757
hooks:
5858
- id: pyproject-fmt
5959
- repo: https://github.com/camptocamp/jsonschema-gentypes
@@ -65,7 +65,7 @@ repos:
6565
- --python=scripts/src/ecosystem_scripts/schema.pyi
6666
files: ^scripts/.*/schema.json$
6767
- repo: https://github.com/pre-commit/mirrors-mypy
68-
rev: v1.20.2
68+
rev: v2.0.0
6969
hooks:
7070
- id: mypy
7171
args: [--config-file=scripts/pyproject.toml, scripts]

scripts/src/ecosystem_scripts/validate_registry.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@
1919
import httpx
2020
import jsonschema
2121
import yaml
22-
from httpx_limiter import ( # type: ignore[attr-defined]
23-
AbstractRateLimiterRepository,
24-
AsyncMultiRateLimitedTransport,
25-
Rate,
26-
)
27-
from httpx_limiter.aiolimiter import AiolimiterAsyncLimiter # type: ignore[attr-defined]
22+
from httpx_limiter import AbstractRateLimiterRepository, AsyncMultiRateLimitedTransport, Rate
23+
from httpx_limiter.aiolimiter import AiolimiterAsyncLimiter
2824
from httpx_retries import Retry, RetryTransport
2925
from PIL import Image
3026

0 commit comments

Comments
 (0)