Skip to content

Commit

Permalink
feat(deps): add pre-commit dev dep.
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <bradenmars@bradenmars.me>
  • Loading branch information
BradenM committed Mar 4, 2023
1 parent 0ab5735 commit 28df1d0
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 2 deletions.
162 changes: 161 additions & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ mypy = "^1.0.1"
pytest-sugar = "^0.9.4"
pytest-cov = "^2.11.1"
bump2version = "^1.0.1"
pre-commit = "^3.1.1"


[tool.poetry.group.docs]
Expand Down Expand Up @@ -93,7 +94,6 @@ length_sort = true
skip_glob = ["pydngconverter/lib/**/*"]

[tool.pytest.ini_options]
collect_ignore = ['setup.py']
testpaths = "tests"
addopts = "-ra -vv"

Expand Down

0 comments on commit 28df1d0

Please sign in to comment.