kopia lustrzana https://github.com/jedie/PyInventory
fix code style
rodzic
37a69bd7b9
commit
28fff626a8
|
@ -24,8 +24,8 @@ def publish():
|
|||
Call this via:
|
||||
$ poetry run publish
|
||||
"""
|
||||
#verbose_check_call('make', 'pytest') # don't publish if tests fail
|
||||
#verbose_check_call('make', 'fix-code-style') # don't publish if code style wrong
|
||||
verbose_check_call('make', 'pytest') # don't publish if tests fail
|
||||
verbose_check_call('make', 'fix-code-style') # don't publish if code style wrong
|
||||
|
||||
poetry_publish(
|
||||
package_root=PACKAGE_ROOT,
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
'''
|
||||
"""
|
||||
Django settings
|
||||
'''
|
||||
"""
|
||||
|
||||
import logging
|
||||
import sys as __sys
|
||||
from pathlib import Path as __Path
|
||||
|
||||
from debug_toolbar.settings import CONFIG_DEFAULTS as DEBUG_TOOLBAR_CONFIG
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
from inventory_project.settings import * # noqa
|
||||
|
||||
|
||||
DEBUG = True
|
||||
|
|
Ładowanie…
Reference in New Issue