diff --git a/pyproject.toml b/pyproject.toml index ff01e54..49e9057 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,9 +60,6 @@ Issues = "https://github.com/youtype/botocore-stubs/issues" requires = ['setuptools'] build-backend = 'setuptools.build_meta' -[tool.setuptools] -packages = ["botocore-stubs"] - [tool.pyright] include = ["botocore-stubs"] exclude = ["**/__pycache__", "tests", "typestubs"] diff --git a/scripts/before_commit.sh b/scripts/before_commit.sh index 8343a13..fb869c1 100755 --- a/scripts/before_commit.sh +++ b/scripts/before_commit.sh @@ -4,8 +4,5 @@ set -e ROOT_PATH=$(dirname $(dirname $0)) cd $ROOT_PATH -poetry run pyright -poetry run ruff check -poetry run ruff format --check -poetry run mypy botocore-stubs -poetry run istub -u +uv run pre-commit run --all-files +uv run istub -u diff --git a/uv.lock b/uv.lock index d1bee98..5f037b3 100644 --- a/uv.lock +++ b/uv.lock @@ -47,16 +47,16 @@ wheels = [ [[package]] name = "botocore" -version = "1.35.5" +version = "1.35.6" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "jmespath" }, { name = "python-dateutil" }, { name = "urllib3" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/6f/2f/3c1f7ded64677c05d0cfdb2c8f333d672ab4bb6fa38e7e3087953059db27/botocore-1.35.5.tar.gz", hash = "sha256:3a0086c7124cb3b0d9f98563d00ffd14a942c3f9e731d8d1ccf0d3a1ac7ed884", size = 12684618 } +sdist = { url = "https://files.pythonhosted.org/packages/3a/ae/bcff802844625f2893f85d707bd6d662a9b7b593e58bfe1f9a16ef30eaa1/botocore-1.35.6.tar.gz", hash = "sha256:93ef31b80b05758db4dd67e010348a05b9ff43f82839629b7ac334f2a454996e", size = 12686313 } wheels = [ - { url = "https://files.pythonhosted.org/packages/bb/0d/18e2c131baefd7841177c1169eb06bee6f346e81576fc480649251d36f11/botocore-1.35.5-py3-none-any.whl", hash = "sha256:8116b72c7ae845c195146e437e2afd9d17538a37b3f3548dcf67c12c86ba0742", size = 12473725 }, + { url = "https://files.pythonhosted.org/packages/0d/d6/f7d66e36c4cfe53b7d27d8b543c9517da0c6a6db0af129a519b55b26654f/botocore-1.35.6-py3-none-any.whl", hash = "sha256:8378c6cfef2dee15eb7b3ebbb55ba9c1de959f231292039b81eb35b72c50ad59", size = 12475696 }, ] [[package]]