Skip to content

Commit 67eef05

Browse files
[pre-commit.ci] pre-commit autoupdate (#88)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cc19559 commit 67eef05

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.9.1
3+
rev: 23.10.1
44
hooks:
55
- id: black
66
language_version: python3.9

typeshed_client/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Package for retrieving data from typeshed."""
2+
23
from . import finder
34
from . import parser
45
from . import resolver

typeshed_client/finder.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""This module is responsible for finding stub files."""
2+
23
from functools import lru_cache
34
import importlib_resources
45
import json

0 commit comments

Comments
 (0)