Skip to content

Commit 63185d9

Browse files
Fix formatting issues from deptry removal
- Remove empty lines in dev-dependencies list - Remove empty line in setup script - Remove orphaned deptry configuration lines - Clean up extra blank lines in config files
1 parent 02d09e2 commit 63185d9

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ repos:
6262
- tomli
6363
files: "docs/.*/.*.mdx"
6464

65-
66-
6765
- repo: https://github.com/renovatebot/pre-commit-hooks
6866
rev: 39.169.3
6967
hooks:

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ dev-dependencies = [
9898
"pre-commit-uv>=4.1.4",
9999
"austin-dist>=3.7.0",
100100
"uv>=0.4.25",
101-
102101
"sybil[pytest]>=9.0.0",
103102
"jsbeautifier<2.0.0,>=1.15.1",
104103
"inflection<1.0.0,>=0.5.1",
@@ -172,13 +171,6 @@ asyncio_default_fixture_loop_scope = "function"
172171
requires = ["hatchling>=1.26.3", "hatch-vcs>=0.4.0", "setuptools-scm>=8.0.0"]
173172
build-backend = "hatchling.build"
174173

175-
176-
177-
pydantic-settings = ["pydantic_settings"]
178-
datamodel-code-generator = ["datamodel_code_generator"]
179-
sentry-sdk = ["sentry_sdk"]
180-
181-
182174
[tool.semantic_release]
183175
assets = []
184176
build_command_env = []

scripts/setup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
22
uv tool install pre-commit --with pre-commit-uv
3-
43
uv tool update-shell
54
uv venv && source .venv/bin/activate
65
uv sync

0 commit comments

Comments
 (0)