issues
search
dsa-ou
/
algoesup
Algorithmic essays support: examples, templates, guides, library
https://dsa-ou.github.io/algoesup/
BSD 3-Clause "New" or "Revised" License
2
stars
0
forks
source link
Fix #29: Ensure linting errors are printed despite warnings
#33
Closed
densnow
closed
7 months ago
densnow
commented
7 months ago
Printing
stderr
and
stdout
are no longer mutually exclusive on
%ruff
and
%pytype
.
Warnings no longer stop linting errors being printed.
Appropriate messages given to user for each case.
stderr
andstdout
are no longer mutually exclusive on%ruff
and%pytype
.