[bdist_wheel] # This flag says that the code is written to work on both Python 2 and Python # 3. If at all possible, it is good practice to do this. If you cannot, you # will need to generate wheels for each Python version that you support. universal=1 [flake8] ignore = E222, E241, E261, E265, E272, E302, E303, E305, E402, E501, E701, E704, F841, F401, F405 exclude = .ropeproject, .tox, .eggs, # No need to traverse our git directory .git, # There's no value in checking cache directories __pycache__, coverage, # Other special cases node_modules, .nyc_output, build, tmp, # No need to check the basecode ccxt.py