Skip to content

Commit

Permalink
feat(deps): add pytest-clarity+better-exceptions to dev deps.
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <bradenmars@bradenmars.me>
  • Loading branch information
BradenM committed Dec 11, 2022
1 parent 489a9b0 commit dc9d958
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 1 deletion.
65 changes: 64 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ docformatter = "^1.4"
mypy = { version = "^0.940", extras = ["dmypy"] }
types-requests = "^2.27.14"
pyupgrade = "^3.2.2"
better-exceptions = "^0.3.3"

[tool.poetry.group.test]
optional = true
Expand All @@ -99,6 +100,7 @@ requests-mock = "^1.9"
flaky = "^3.7.0"
coveralls = "^3.0"
codacy-coverage = "^1.3"
pytest-clarity = "^1.0.1"

[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit dc9d958

Please sign in to comment.