Merge branch 'flake8' of https://github.com/josephfrazier/thefuck into josephfrazier-flake8

# Conflicts:
#	thefuck/system/unix.py
#	thefuck/system/win32.py
This commit is contained in:
Vladimir Iakovlev
2017-03-13 13:35:11 +01:00
60 changed files with 172 additions and 173 deletions
+6
View File
@@ -388,6 +388,12 @@ pip install -r requirements.txt
python setup.py develop
```
Run code style checks:
```bash
flake8
```
Run unit tests:
```bash