Skip to content

Commit

Permalink
[AIRFLOW-4905] Add colours to flake8 output (apache#5541)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored and ashb committed Jul 11, 2019
1 parent fb93df1 commit 8f41eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
max-line-length = 110
ignore = E731,W504
exclude = .svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg,*/_vendor/*,node_modules
format = ${cyan}%(path)s${reset}:${yellow_bold}%(row)d${reset}:${green_bold}%(col)d${reset}: ${red_bold}%(code)s${reset} %(text)s
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ def write_version(filename: str = os.path.join(*["airflow", "git_version"])):
'beautifulsoup4~=4.7.1',
'click==6.7',
'flake8>=3.6.0',
'flake8-colors',
'freezegun',
'jira',
'mongomock',
Expand Down

0 comments on commit 8f41eb7

Please sign in to comment.