Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Adam Blank
vscode-config
Commits
26270a0f
Commit
26270a0f
authored
2 months ago
by
Adam Blank
Browse files
Options
Download
Email Patches
Plain Diff
Update codequality.py
parent
72dcbc51
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
codequality.py
+1
-1
codequality.py
with
1 addition
and
1 deletion
+1
-1
codequality.py
View file @
26270a0f
...
...
@@ -448,7 +448,7 @@ def check_style() -> str | None:
for
matcher
,
msg
in
SOURCE_FUNCTIONS
:
m
=
matcher
(
tokens
)
if
m
:
print
(
colored
(
"* "
+
msg
,
"red"
)
+
" in "
+
print
(
colored
(
msg
,
"red"
)
+
" in "
+
colored
(
filename
+
":"
+
str
(
m
.
start
[
0
]),
"yellow"
),
file
=
log
)
mypy_output
=
run_mypy
(
filename
)
for
rule
in
mypy_output
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help