remove commented out code
This commit is contained in:
parent
be9859752e
commit
89cf67ac66
|
@ -51,30 +51,6 @@ repos:
|
|||
language: system
|
||||
types: [python]
|
||||
require_serial: true
|
||||
# - id: flake8
|
||||
# files: ^spiffworkflow-backend/
|
||||
# name: flake8
|
||||
# entry: flake8
|
||||
# language: system
|
||||
# types: [python]
|
||||
# require_serial: true
|
||||
# exclude: "/migrations/"
|
||||
# - id: pyupgrade
|
||||
# files: ^spiffworkflow-backend/
|
||||
# name: pyupgrade
|
||||
# description: Automatically upgrade syntax for newer versions.
|
||||
# entry: pyupgrade
|
||||
# language: system
|
||||
# types: [python]
|
||||
# args: [--py37-plus]
|
||||
# - id: reorder-python-imports
|
||||
# files: ^spiffworkflow-backend/
|
||||
# name: Reorder python imports
|
||||
# entry: reorder-python-imports
|
||||
# language: system
|
||||
# types: [python]
|
||||
# args: [--application-directories=spiffworkflow-backend/src]
|
||||
# exclude: "(/migrations/|load_database_models)"
|
||||
- id: trailing-whitespace
|
||||
files: ^spiffworkflow-backend/
|
||||
name: Trim Trailing Whitespace
|
||||
|
|
Loading…
Reference in New Issue