We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26bb00 commit 13e33daCopy full SHA for 13e33da
2 files changed
progressbar/bar.py
@@ -207,7 +207,9 @@ def __init__(
207
super().__init__(**kwargs)
208
209
def _apply_line_offset(
210
- self, fd: base.TextIO, line_offset: int,
+ self,
211
+ fd: base.TextIO,
212
+ line_offset: int,
213
) -> base.TextIO:
214
if line_offset:
215
return progressbar.terminal.stream.LineOffsetStreamWrapper(
tox.ini
@@ -27,7 +27,9 @@ commands = mypy {toxinidir}/progressbar
27
[testenv:pyright]
28
changedir =
29
basepython = python3
30
-deps = pyright
+deps =
31
+ pyright
32
+ python_utils
33
commands = pyright {toxinidir}/progressbar
34
35
[testenv:black]
0 commit comments