Skip to content

Commit

Permalink
Use package autodiscovery
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Aug 27, 2024
1 parent 63a2c0e commit 32bec1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
7 changes: 2 additions & 5 deletions scripts/before_commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32bec1a

Please sign in to comment.