aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/pylint.yml
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-12-27 10:24:27 -0600
committerChristian Cleberg <hello@cleberg.net>2024-12-27 10:24:27 -0600
commitf4558d6b258c8466b263b00c99f8dd0c385a6094 (patch)
treefdbf6517b47a4814d90013cfaf4c30754fb44f96 /.github/workflows/pylint.yml
parent252d6da7e3f8442842d32f48b4b1ac279872a9dd (diff)
downloadcleberg.net-f4558d6b258c8466b263b00c99f8dd0c385a6094.tar.gz
cleberg.net-f4558d6b258c8466b263b00c99f8dd0c385a6094.tar.bz2
cleberg.net-f4558d6b258c8466b263b00c99f8dd0c385a6094.zip
pylint: fix imports
Diffstat (limited to '.github/workflows/pylint.yml')
-rw-r--r--.github/workflows/pylint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml
index 199d473..32d3790 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 locale pandas plotly
+ pip install pylint pandas plotly
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')