Skip to content

Commit f59d055

Browse files
committed
Merge branch 'feature/v0.2.2' into develop
2 parents 415b80a + 898d864 commit f59d055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def quality(
174174

175175
if pyright:
176176
message_box('Checking codebase with "Pyright"...')
177-
ctx.run("pyright --skipunannotated")
177+
ctx.run("pyright --skipunannotated --level warning")
178178

179179
if rstlint:
180180
message_box('Linting "README.rst" file...')

0 commit comments

Comments
 (0)