Skip to content

Commit 503d06a

Browse files
beaufourclaude
andcommitted
Move interrogate to dev dependencies and clean up pre-commit config
- Move interrogate from runtime to dev dependencies (it's a dev tool) - Remove commented-out disabled hooks from pre-commit config Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2954e59 commit 503d06a

3 files changed

Lines changed: 3 additions & 40 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,3 @@ repos:
3535
- types-PyYAML
3636
- types-python-dateutil
3737
- types-requests
38-
# Disabling this too because it also fails on Github. Sigh.
39-
# - repo: https://github.com/PyCQA/docformatter
40-
# rev: v1.7.5
41-
# hooks:
42-
# - id: docformatter
43-
# Disable interrogate until the version gets upgraded so it doesn't fail on GH...
44-
# - repo: https://github.com/econchick/interrogate
45-
# rev: 1.5.0
46-
# hooks:
47-
# - id: interrogate
48-
# args: ["--config=pyproject.toml"]
49-
# pass_filenames: false

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ dependencies = [
2020
"python-dateutil>=2.8.1",
2121
"PyYAML>=5.3",
2222
"pathvalidate>=2.5.2",
23-
"interrogate>=1.5.0",
2423
"usingversion>=0.1.2",
2524
"setuptools>=75.1",
2625
]
@@ -46,6 +45,7 @@ dev = [
4645
"types-requests",
4746
"coverage>=6.5",
4847
"python-coveralls>=2.9.3",
48+
"interrogate>=1.5.0",
4949
]
5050

5151
[tool.ruff]

uv.lock

Lines changed: 2 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)