Refactored (10)

- Added `ci/lint.sh`, which uses `flake8` to lint the relevant files
- Made changes to appease the linter.
- Bugfix in `cheat/configuration` (missing dependency)
This commit is contained in:
Chris Lane
2019-02-01 14:42:10 -05:00
parent df21731c02
commit ba47dc2cbc
8 changed files with 30 additions and 18 deletions

View File

@ -40,6 +40,7 @@ from cheat.colorize import Colorize
from cheat.configuration import Configuration
from cheat.sheet import Sheet
from cheat.sheets import Sheets
from cheat.utils import Utils
from docopt import docopt
import os