remove commented out code

This commit is contained in:
burnettk 2023-05-27 18:19:17 -04:00
parent be9859752e
commit 89cf67ac66
1 changed files with 0 additions and 24 deletions

View File

@ -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