Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/pip/pylint-2.13.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Apr 11, 2022
2 parents ed1bc19 + 2b86e6f commit 38bf5ac
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 121 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ pytest-cov = "*"
# > from typing_extensions import Final, NoReturn
# > ModuleNotFoundError: No module named 'typing_extensions'
typing_extensions = {version = "*", markers = ""}

# mypy on python<3.8
typed-ast = {markers = "python_version < '3.8'"}
# python<=3.8 compatibility
# > [...]/python3.8/site-packages/telegram/ext/jobqueue.py:27: in <module>
# > from apscheduler.schedulers.background import BackgroundScheduler
Expand Down
146 changes: 26 additions & 120 deletions Pipfile.lock

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

0 comments on commit 38bf5ac

Please sign in to comment.