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 89078dd commit 2c0bf78Copy full SHA for 2c0bf78
axelrod/__init__.py
@@ -1,3 +1,4 @@
1
+# isort:skip_file
2
DEFAULT_TURNS = 200
3
4
# The order of imports matters!
axelrod/strategies/__init__.py
from ..classifier import Classifiers
from ._strategies import *
from ._filters import passes_filterset
axelrod/strategies/_strategies.py
@@ -18,6 +18,7 @@
18
ReactivePlayer,
19
MemoryOnePlayer
20
)
21
+ isort:skip_file
22
"""
23
from .adaptive import Adaptive
24
from .adaptor import AdaptorBrief, AdaptorLong
docs/conf.py
# -*- coding: utf-8 -*-
#
# Axelrod documentation build configuration file, created by
0 commit comments