diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-11-02 17:28:59 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-11-02 17:28:59 -0500 |
commit | d64de8f69024e9d855e92d9bef11401d3525967b (patch) | |
tree | 6e0fec8a3a5f23c6fde73f0dab77de7084d55008 | |
parent | 5887e1eddd0eb3eb7fed517c72bb6671847c655c (diff) | |
download | yoshi-cli-d64de8f69024e9d855e92d9bef11401d3525967b.tar.gz yoshi-cli-d64de8f69024e9d855e92d9bef11401d3525967b.tar.bz2 yoshi-cli-d64de8f69024e9d855e92d9bef11401d3525967b.zip |
fix pylint imports
-rw-r--r-- | .github/workflows/pylint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index d210abb..6f918b6 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pylint pandas dash plotly.express + pip install pylint cryptography prettytable - name: Analysing the code with pylint run: | pylint -d R0801 $(git ls-files '*.py') |