We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5d105 commit bd3b026Copy full SHA for bd3b026
text/main/controlFlow/loops/loops.tex
@@ -322,7 +322,7 @@
322
\end{figure}%
323
%
324
\usefulTool{pylint}{%
325
-\pylint\ is a \python\ \pgls{linter} that analyzes code for style, potential errors, and possible improvements~\cite{M2022RAEFPLACFWIR}. %
+\pylint\ is a \python\ \pgls{linter} that analyzes code for style, potential errors, and possible improvements~\cite{PC2024PL}. %
326
It can be installed via \bashil{pip install pylint} as shown in \cref{fig:pipInstallPylint} on \cpageref{fig:pipInstallPylint}. %
327
You can then apply \pylint\ using the command \bashil{pylint fileToScan.py}. %
328
We provide a script for using \pylint\ with a reasonable default configuration in \cref{lst:bash:pylint} on \cpageref{lst:bash:pylint}.%
0 commit comments