We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf42a8b commit 945af1bCopy full SHA for 945af1b
.github/workflows/config.yml
@@ -58,6 +58,9 @@ jobs:
58
run: |
59
python -m pip install pylint
60
python -m pylint --disable=all --enable=unused-import axelrod/strategies/_strategies.py
61
+ - name: Check format
62
+ run: |
63
+ python -m black -l 80 . --check
64
- name: Check that installs
65
66
python setup.py install
0 commit comments