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 28f4265 commit f57b2e8Copy full SHA for f57b2e8
.github/workflows/config.yml
@@ -55,7 +55,7 @@ jobs:
55
python -m pylint --disable=all --enable=unused-import axelrod/strategies/_strategies.py
56
- name: Check format
57
run: |
58
- python -m pip install black
+ python -m pip install black=="22.10.0"
59
python -m black -l 80 . --check
60
- name: Check that installs
61
0 commit comments