krz/nba-scores
A CLI/TUI app for NBA scores.
clone: git clone https://gitbay.org/krz/nba-scores.git
8e119140ef222168e856f4a3a750bd1337d3b2f0
signed_unknown_key
author: Christian Cleberg <hello@cmc.pub> · 2025-03-29T05:26:32Z
.github/workflows/pylint.yml | 1 + 1 file changed, 1 insertion(+) @@ -18,6 +18,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt + pip install pylint - name: Analysing the code with pylint run: | pylint -d R0801 -d W0311 -d R0914 $(git ls-files '*.py') \ No newline at end of file