diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-10-19 14:28:05 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-10-19 14:28:05 -0500 |
commit | d4dff7a2caa07e2a3510cbfbe11ab7a02678ca46 (patch) | |
tree | 6cc1e090d905ba03a30e5141e16bef774d38650f /.github/workflows | |
parent | bbf96c617d0298f6f4027f0a9b407fc1cd57c4bf (diff) | |
download | audit-tools-d4dff7a2caa07e2a3510cbfbe11ab7a02678ca46.tar.gz audit-tools-d4dff7a2caa07e2a3510cbfbe11ab7a02678ca46.tar.bz2 audit-tools-d4dff7a2caa07e2a3510cbfbe11ab7a02678ca46.zip |
fix pylint issues
Diffstat (limited to '.github/workflows')
-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 f1c6558..c1aeff6 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 + pip install pylint pandas dash plotly.express - name: Analysing the code with pylint run: | pylint $(git ls-files '*.py') |