Skip to content

Instantly share code, notes, and snippets.

@maxchehab
Created July 19, 2017 20:24
Show Gist options
  • Save maxchehab/5a9cb3d448c8b95f16d630c53e7500ff to your computer and use it in GitHub Desktop.
Save maxchehab/5a9cb3d448c8b95f16d630c53e7500ff to your computer and use it in GitHub Desktop.
Checking CELERY_QUEUES matches Procfile
Running flake8
Running isort
ERROR: /home/vagrant/treeherder/treeherder/webapp/api/urls.py Imports are incorrectly sorted.
--- /home/vagrant/treeherder/treeherder/webapp/api/urls.py:before 2017-07-19 03:02:04.992355
+++ /home/vagrant/treeherder/treeherder/webapp/api/urls.py:after 2017-07-19 20:21:16.747773
@@ -13,8 +13,8 @@
jobs,
note,
performance_data,
+ push,
refdata,
- push,
runnable_jobs,
seta,
text_log_error)
isort errors found! Run 'isort' with no options to fix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment