summaryrefslogtreecommitdiff
path: root/test/command_callback/python_paths
AgeCommit message (Collapse)Author
2017-07-20Fix #786 - Only set --no-local-style for yapf if a configuration file is ↵w0rp
detected
2017-07-11Look for ini file to spot python project root (#755)Matteo Centenaro
* Look for ini file to spot project root When looking for the project root folder it would be better to check for some well-known init file instead of __init__.py. Indeed, with python3 it is now possible to have namespace modules where intermediate dirs are not required to include the __init__.py file. * Break if statement conditions over several lines * Add blank lines for the if block * Add test for FindProjectRoot * Typo: missing / for MANIFEST.in * Fix test for non-namespace package * Add more test cases
2017-06-07Search python fixers in virtual environment (#632)José Luis Lafuente
* Search python fixers in virtual environment * Add tests for python fixers
2017-05-07#335 Detect flake8 in vritualenv, and escape the executable pathw0rp
2017-05-06Fix #363 - Detect virtualenv executables and fix import paths for mypy. Use ↵w0rp
lint_file for mypy
2017-05-06#208 Automatically detect pylint in virtualenv directoriesw0rp