Merge remote-tracking branch 'upstream/main'

This commit is contained in:
dabreadman
2021-10-25 18:07:31 +00:00
17 changed files with 459 additions and 303 deletions

View File

@@ -17,6 +17,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
pip install -r requirements.txt
- name: Analysing the code with pylint
run: |
pylint `ls -R|grep .py$|xargs`
pylint $(git ls-files '*.py')