Skip to content

Commit 102b125

Browse files
committed
add pre-commit and fix mypy
1 parent e3163dd commit 102b125

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ version = "0.0.0"
1010
# Tox remains the most ergonomic solution to test on multiple pythons.
1111
dev = [
1212
"packaging==21.3",
13+
"pre-commit==4.2.0",
1314
"sentry-devenv>=1.25.0",
1415
"tox==3.25.1",
1516
]

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ warn_unused_ignores = true
1818

1919
[mypy-tests.*]
2020
disallow_untyped_defs = false
21+
22+
[mypy-devenv.*]
23+
follow_imports = skip

uv.lock

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

0 commit comments

Comments
 (0)