Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,6 @@ repos:
- tomli
files: "docs/.*/.*.mdx"

- repo: https://github.com/fpgmaas/deptry.git
rev: "0.23.0"
hooks:
- id: deptry
pass_filenames: false
always_run: true
entry: bash -c "uv run --frozen --all-extras --dev deptry src --ignore DEP001 --extend-exclude 'codegen-examples/.*'"

- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.169.3
hooks:
Expand Down
22 changes: 0 additions & 22 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ dev-dependencies = [
"pre-commit-uv>=4.1.4",
"austin-dist>=3.7.0",
"uv>=0.4.25",
"deptry>=0.22.0",
"sybil[pytest]>=9.0.0",
"jsbeautifier<2.0.0,>=1.15.1",
"inflection<1.0.0,>=0.5.1",
Expand Down Expand Up @@ -172,27 +171,6 @@ asyncio_default_fixture_loop_scope = "function"
requires = ["hatchling>=1.26.3", "hatch-vcs>=0.4.0", "setuptools-scm>=8.0.0"]
build-backend = "hatchling.build"


[tool.deptry]
extend_exclude = [".*/eval/test_files/.*.py", ".*conftest.py"]
pep621_dev_dependency_groups = ["types"]
[tool.deptry.per_rule_ignores]
DEP002 = [
"hatch-vcs", # Used for version management during build
"hatchling", # Used for building
]
DEP003 = []
DEP004 = "pytest"

[tool.deptry.package_module_name_map]
PyGithub = ["github"]
GitPython = ["git"]
python-dotenv = ["dotenv"]
pydantic-settings = ["pydantic_settings"]
datamodel-code-generator = ["datamodel_code_generator"]
sentry-sdk = ["sentry_sdk"]


[tool.semantic_release]
assets = []
build_command_env = []
Expand Down
1 change: 0 additions & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env bash
uv tool install pre-commit --with pre-commit-uv
uv tool install deptry
uv tool update-shell
uv venv && source .venv/bin/activate
uv sync
Expand Down
46 changes: 0 additions & 46 deletions uv.lock

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