remove commented out code

This commit is contained in:
burnettk 2023-05-27 18:19:17 -04:00
parent 793773a678
commit 31dc479f32
No known key found for this signature in database

View File

@ -51,30 +51,6 @@ repos:
language: system language: system
types: [python] types: [python]
require_serial: true 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 - id: trailing-whitespace
files: ^spiffworkflow-backend/ files: ^spiffworkflow-backend/
name: Trim Trailing Whitespace name: Trim Trailing Whitespace