Skip to content

Commit

Permalink
Merge pull request #217 from timcallow/stylechecks_in_pipfile
Browse files Browse the repository at this point in the history
Add python style checkers to dev dependencies
  • Loading branch information
timcallow authored Nov 8, 2023
2 parents 1ac1ec1 + 082ed81 commit ab00598
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ pytest = ">=7.1.3"
pytest-cov = ">=4.0.0"
pytest-random-order = ">=1.0.4"
pytest-lazy-fixture = ">=0.6.3"
flake8 = ">=6.1.0"
pydocstyle = ">=6.3.0"
black = ">=23.11.0"
116 changes: 111 additions & 5 deletions Pipfile.lock

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

0 comments on commit ab00598

Please sign in to comment.