Skip to content

Commit

Permalink
Lock pydocstyle to version, fixing error
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnjanssen committed May 7, 2023
1 parent a3bf5c0 commit 6cf2150
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ arrow = "^1.2.3"
pylama = {extras = ["toml", "mypy", "pylint", "eradicate", "radon", "vulture"], version = "^8.4.1"}
black = "^23.3.0"
types-requests = "^2.30.0.0"
# Lock pydocstyle to a version lower than 6.2, otherwise the build errors
# https://github.com/klen/pylama/issues/232
pydocstyle = "^6.0.0, <6.2.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 6cf2150

Please sign in to comment.