Revert "Merge branch 'main' into argument-parsing"

This reverts commit e7b3f5c4bd, reversing
changes made to 95f0dc8edf.
This commit is contained in:
el-gringo-alto
2021-10-28 02:25:57 -04:00
parent 47bd178501
commit 7412abcee5
9 changed files with 45 additions and 137 deletions

View File

@@ -16,8 +16,8 @@ jobs:
- name: Setup Pylint
run: |
python -m pip install --upgrade pip
pip install pylint pylint-exit
pip install pylint
pip install -r requirements.txt
- name: Run Pylint
run: |
pylint $(git ls-files '*.py') || pylint-exit $?
pylint $(git ls-files '*.py')