From e0841aee7517c5cf90de230b4aee9aabf84e6903 Mon Sep 17 00:00:00 2001 From: bullmoose20 <12549033+bullmoose20@users.noreply.github.com.> Date: Thu, 23 Jan 2025 22:28:42 -0500 Subject: [PATCH] pre-commits run --- .gitignore | 1 - .pre-commit-config.yaml | 1 - Dockerfile | 1 - README.md | 1 - json-schema/README.md | 1 - json-schema/config-schema.json | 1 - json-schema/prototype_config.yml | 1 - requirements.txt | 1 - static/css/bootstrap.css | 1 - static/css/styles.css | 1 - static/js/bootstrap.bundle.js | 1 - templates/000-base.html | 1 - templates/001-start.html | 1 - templates/010-plex.html | 1 - templates/020-tmdb.html | 1 - templates/025-libraries.html | 1 - templates/027-playlist_files.html | 1 - templates/030-tautulli.html | 1 - templates/040-github.html | 1 - templates/050-omdb.html | 1 - templates/060-mdblist.html | 1 - templates/070-notifiarr.html | 1 - templates/080-gotify.html | 1 - templates/090-webhooks.html | 1 - templates/100-anidb.html | 1 - templates/110-radarr.html | 1 - templates/120-sonarr.html | 1 - templates/130-trakt.html | 1 - templates/140-mal.html | 1 - templates/150-settings.html | 1 - templates/900-final.html | 1 - templates/modals/001-start.html | 1 - templates/modals/010-plex.html | 1 - templates/modals/020-tmdb.html | 1 - templates/modals/025-libraries.html | 1 - templates/modals/027-playlist_files.html | 1 - templates/modals/030-tautulli.html | 1 - templates/modals/040-github.html | 1 - templates/modals/050-omdb.html | 1 - templates/modals/060-mdblist.html | 1 - templates/modals/070-notifiarr.html | 1 - templates/modals/080-gotify.html | 1 - templates/modals/090-webhooks.html | 1 - templates/modals/100-anidb.html | 1 - templates/modals/110-radarr.html | 1 - templates/modals/120-sonarr.html | 1 - templates/modals/130-trakt.html | 1 - templates/modals/140-mal.html | 1 - templates/modals/150-settings.html | 1 - templates/modals/900-final.html | 1 - 50 files changed, 50 deletions(-) diff --git a/.gitignore b/.gitignore index b940ce4..7dd9c99 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,3 @@ logs/ 012*-*.js 013*-*.js 014*-*.js -# diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bfa36df..66434a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,4 +19,3 @@ repos: rev: v17.1.2 hooks: - id: standard -# diff --git a/Dockerfile b/Dockerfile index 6a6bb36..97d65e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ - FROM python:3-alpine # Create app directory diff --git a/README.md b/README.md index d4dab8a..3e15f64 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - ### WIP, not fully functional ![image](./static/images/header.png) diff --git a/json-schema/README.md b/json-schema/README.md index 1e69e70..d43cc26 100644 --- a/json-schema/README.md +++ b/json-schema/README.md @@ -1,4 +1,3 @@ - JSON schemas for Kometa YAML files How to: diff --git a/json-schema/config-schema.json b/json-schema/config-schema.json index 56ba9fd..6b1e39d 100644 --- a/json-schema/config-schema.json +++ b/json-schema/config-schema.json @@ -1,4 +1,3 @@ - { "$schema": "http://json-schema.org/draft-06/schema#", "properties": { diff --git a/json-schema/prototype_config.yml b/json-schema/prototype_config.yml index 4bab5a6..77073e1 100644 --- a/json-schema/prototype_config.yml +++ b/json-schema/prototype_config.yml @@ -1,5 +1,4 @@ - # yaml-language-server: $schema=./config-schema.json libraries: diff --git a/requirements.txt b/requirements.txt index 98d7818..b316a15 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ - Flask Flask-Session gunicorn diff --git a/static/css/bootstrap.css b/static/css/bootstrap.css index f66d5d5..c19dc7e 100644 --- a/static/css/bootstrap.css +++ b/static/css/bootstrap.css @@ -1,4 +1,3 @@ - @charset "UTF-8"; /*! * Bootstrap v5.3.3 (https://getbootstrap.com/) diff --git a/static/css/styles.css b/static/css/styles.css index fb28724..823c0a0 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1,4 +1,3 @@ - /* -------------------- */ /* GENERAL STYLES */ /* -------------------- */ diff --git a/static/js/bootstrap.bundle.js b/static/js/bootstrap.bundle.js index 81d1086..33d837e 100644 --- a/static/js/bootstrap.bundle.js +++ b/static/js/bootstrap.bundle.js @@ -1,4 +1,3 @@ - /*! * Bootstrap v5.3.3 (https://getbootstrap.com/) * Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) diff --git a/templates/000-base.html b/templates/000-base.html index 98b8ff0..5092b6e 100644 --- a/templates/000-base.html +++ b/templates/000-base.html @@ -1,4 +1,3 @@ -
diff --git a/templates/001-start.html b/templates/001-start.html index c446286..8896fa6 100644 --- a/templates/001-start.html +++ b/templates/001-start.html @@ -1,4 +1,3 @@ - {% extends "000-base.html" %} {% block content %}