File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 flake8 . --count --max-complexity=10 --max-line-length=127 --statistics
4646 - name : Mypy
4747 run : mypy
48+ - name : Pylint
49+ if : matrix.python-version != '3.11-dev'
50+ run : pylint --exit-zero main.py ibkr_report
4851 - name : Run tests with Coverage
4952 run : |
5053 coverage run -m unittest discover
Original file line number Diff line number Diff line change 4444 flake8 . --count --max-complexity=10 --max-line-length=127 --statistics
4545 - name : Mypy
4646 run : mypy
47+ - name : Pylint
48+ if : matrix.python-version != '3.11-dev'
49+ run : pylint --exit-zero main.py ibkr_report
4750 - name : Run tests with Coverage
4851 run : |
4952 coverage run -m unittest discover
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ flake8==4.0.1
33gcp-storage-emulator == 2021.11.18
44moto [s3 ]== 2.2.15
55mypy == 0.910
6+ pylint == 2.11.1
You can’t perform that action at this time.
0 commit comments