Skip to content

Commit

Permalink
Merge pull request #130 from fphammerle/dependabot/pip/pylint-2.15.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Dec 23, 2022
2 parents 37401fe + 3eacd13 commit 0553425
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 66 deletions.
5 changes: 5 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ tomli = {markers = "python_version < '3.11'"}
# > import wrapt
# > ModuleNotFoundError: No module named 'wrapt'
wrapt = "*"
# remove `"markers": "python_version >= '3.11'"` to workaround:
# > File "[...]/lib/python3.7/site-packages/pylint/lint/parallel.py", line 13, in <module>
# > import dill
# > ModuleNotFoundError: No module named 'dill'
dill = {markers = "python_version >= '0'"}

[requires]
python_version = "3"
Expand Down
134 changes: 68 additions & 66 deletions Pipfile.lock

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

0 comments on commit 0553425

Please sign in to comment.