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 7c233a7 commit 96c3352Copy full SHA for 96c3352
.github/workflows/config.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Check imports are sorted
51
run: |
52
python -m pip install isort
53
- python -m isort --check-only
+ python -m isort --check-only --recursive axelrod/.
54
- name: Check that all strategies are indexed
55
56
python run_strategy_indexer.py
axelrod/tests/unit/test_makes_use_of.py
@@ -7,7 +7,7 @@
7
class_makes_use_of,
8
makes_use_of,
9
makes_use_of_variant,
10
- method_makes_use_of
+ method_makes_use_of,
11
)
12
from axelrod.strategy_transformers import final_sequence
13
0 commit comments