Skip to content

Commit

Permalink
HoundCI PEP8 linting tweaks (#93)
Browse files Browse the repository at this point in the history
Removed flake8 and hound config files - these are now instead picked up from tk-core and HoundCI is configured to have a global setup.
  • Loading branch information
manneohrstrom committed Jan 17, 2019
1 parent 5020b8a commit 0fa4556
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 75 deletions.
54 changes: 0 additions & 54 deletions .flake8

This file was deleted.

16 changes: 0 additions & 16 deletions .hound.yml

This file was deleted.

10 changes: 5 additions & 5 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright (c) 2017 Shotgun Software Inc.
#
#
# CONFIDENTIAL AND PROPRIETARY
#
# This work is provided "AS IS" and subject to the Shotgun Pipeline Toolkit
#
# This work is provided "AS IS" and subject to the Shotgun Pipeline Toolkit
# Source Code License included in this distribution package. See LICENSE.
# By accessing, using, copying or modifying this work you indicate your
# agreement to the Shotgun Pipeline Toolkit Source Code License. All rights
# By accessing, using, copying or modifying this work you indicate your
# agreement to the Shotgun Pipeline Toolkit Source Code License. All rights
# not expressly granted therein are reserved by Shotgun Software Inc.
import os
import sgtk
Expand Down

0 comments on commit 0fa4556

Please sign in to comment.