diff options
-rw-r--r-- | .pre-commit-config.yaml | 6 | ||||
-rw-r--r-- | setup.py | 0 | ||||
-rw-r--r-- | shopdb/__init__.py | 0 | ||||
-rw-r--r-- | shopdb/app/__init__.py (renamed from app/__init__.py) | 0 | ||||
-rw-r--r-- | shopdb/app/__pycache__/__init__.cpython-37.pyc (renamed from app/__pycache__/__init__.cpython-37.pyc) | bin | 1290 -> 1290 bytes | |||
-rw-r--r-- | shopdb/app/__pycache__/__init__.cpython-38.pyc | bin | 0 -> 1314 bytes | |||
-rw-r--r-- | shopdb/app/jobs.csv (renamed from app/jobs.csv) | 0 | ||||
-rw-r--r-- | shopdb/app/static/css/main.css (renamed from app/static/css/main.css) | 0 | ||||
-rw-r--r-- | shopdb/app/templates/inventory.html (renamed from app/templates/inventory.html) | 0 | ||||
-rw-r--r-- | shopdb/app/templates/jobs.html (renamed from app/templates/jobs.html) | 0 | ||||
-rw-r--r-- | shopdb/app/templates/layout.html (renamed from app/templates/layout.html) | 0 | ||||
-rw-r--r-- | shopdb/app/templates/main.css (renamed from app/templates/main.css) | 0 | ||||
-rw-r--r-- | shopdb/entry.py (renamed from entry.py) | 0 |
13 files changed, 6 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..4186ac8 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,6 @@ +repos: +- repo: https://github.com/python/black + rev: stable + hooks: + - id: black + language_version: python3.7 diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/setup.py diff --git a/shopdb/__init__.py b/shopdb/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/shopdb/__init__.py diff --git a/app/__init__.py b/shopdb/app/__init__.py index 5e397e4..5e397e4 100644 --- a/app/__init__.py +++ b/shopdb/app/__init__.py diff --git a/app/__pycache__/__init__.cpython-37.pyc b/shopdb/app/__pycache__/__init__.cpython-37.pyc Binary files differindex 70173aa..70173aa 100644 --- a/app/__pycache__/__init__.cpython-37.pyc +++ b/shopdb/app/__pycache__/__init__.cpython-37.pyc diff --git a/shopdb/app/__pycache__/__init__.cpython-38.pyc b/shopdb/app/__pycache__/__init__.cpython-38.pyc Binary files differnew file mode 100644 index 0000000..e4b1910 --- /dev/null +++ b/shopdb/app/__pycache__/__init__.cpython-38.pyc diff --git a/app/jobs.csv b/shopdb/app/jobs.csv index a64c7fd..a64c7fd 100644 --- a/app/jobs.csv +++ b/shopdb/app/jobs.csv diff --git a/app/static/css/main.css b/shopdb/app/static/css/main.css index 8fd53f8..8fd53f8 100644 --- a/app/static/css/main.css +++ b/shopdb/app/static/css/main.css diff --git a/app/templates/inventory.html b/shopdb/app/templates/inventory.html index d995835..d995835 100644 --- a/app/templates/inventory.html +++ b/shopdb/app/templates/inventory.html diff --git a/app/templates/jobs.html b/shopdb/app/templates/jobs.html index 59d4ba8..59d4ba8 100644 --- a/app/templates/jobs.html +++ b/shopdb/app/templates/jobs.html diff --git a/app/templates/layout.html b/shopdb/app/templates/layout.html index e63f746..e63f746 100644 --- a/app/templates/layout.html +++ b/shopdb/app/templates/layout.html diff --git a/app/templates/main.css b/shopdb/app/templates/main.css index 8ad1c3e..8ad1c3e 100644 --- a/app/templates/main.css +++ b/shopdb/app/templates/main.css diff --git a/entry.py b/shopdb/entry.py index e13c02e..e13c02e 100644 --- a/entry.py +++ b/shopdb/entry.py |