mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Remove whitespace and commented out pre-commit hooks
This commit is contained in:
parent
fc9dacd082
commit
2183dba5c5
2
.github/workflows/style-checks.yml
vendored
2
.github/workflows/style-checks.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Black # TODO: add isort and flake8 later
|
||||
|
||||
on:
|
||||
on:
|
||||
pull_request: {}
|
||||
push:
|
||||
branches: master
|
||||
|
@ -8,33 +8,3 @@ repos:
|
||||
language: system
|
||||
entry: black
|
||||
types: [python]
|
||||
|
||||
# - id: isort
|
||||
# name: isort
|
||||
# stages: [commit]
|
||||
# language: system
|
||||
# entry: isort
|
||||
# types: [python]
|
||||
|
||||
# - id: flake8
|
||||
# name: flake8
|
||||
# stages: [commit]
|
||||
# language: system
|
||||
# entry: flake8
|
||||
# types: [python]
|
||||
|
||||
# - id: mypy
|
||||
# name: mypy
|
||||
# stages: [commit]
|
||||
# language: system
|
||||
# entry: mypy
|
||||
# types: [python]
|
||||
# require_serial: true
|
||||
|
||||
# - id: pytest-cov
|
||||
# name: pytest
|
||||
# stages: [commit]
|
||||
# language: system
|
||||
# entry: pytest --cov --cov-fail-under=90
|
||||
# types: [python]
|
||||
# pass_filenames: false
|
||||
|
Loading…
Reference in New Issue
Block a user