Skip to content

Commit

Permalink
CI: Fix lint-python after Redis v5.0.0 release (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 authored Sep 1, 2023
1 parent d63ef1a commit 5e5c306
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ line_length = 88
[tool.lint-python]
lint-version = "2"
source = "karton/"
# Temporary workaround for Union[Awaitable[T]], T] mess in Redis typing
extra-requirements = "redis<5.0.0"

0 comments on commit 5e5c306

Please sign in to comment.