Skip to content

Commit dd817ce

Browse files
fix(deps): bump src/cmudict/data from 0f8072f to 7479086 (#140)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David L. Day <[email protected]>
1 parent 71273d0 commit dd817ce

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ classifiers = [
4242
"Topic :: Text Processing :: Linguistic",
4343
]
4444
exclude = [
45-
"src/cmudict/data/.git"
45+
"src/cmudict/data/.git",
46+
"src/cmudict/data/**/*.py"
4647
]
4748

4849
[tool.poetry.group.dev.dependencies]
@@ -70,3 +71,6 @@ source = ["cmudict"]
7071
[tool.coverage.report]
7172
show_missing = true
7273
fail_under = 100
74+
75+
[tool.black]
76+
extend-exclude = "src/cmudict/data/.*"

src/cmudict/data

0 commit comments

Comments
 (0)