Skip to content

Commit 2ca15f7

Browse files
committed
fix packaging, clean up pre-commit
1 parent cd7913a commit 2ca15f7

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,3 @@ repos:
3131
rev: v0.770
3232
hooks:
3333
- id: mypy
34-
35-
# - repo: local
36-
# hooks:
37-
# - id: mypy
38-
# args: ["--ignore-missing-imports", "--scripts-are-modules", "--show-traceback"]
39-
# exclude: >
40-
# (?x)^(
41-
# tests/.*|
42-
# )$

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ install_requires =
2121
python_requires = >=3.6
2222

2323
[options.packages.find]
24-
where = pynamodb_mypy
2524
exclude =
2625
tests
2726

0 commit comments

Comments
 (0)