Intermediate commits (oldest → newest):
- Create python-app.yml
- Create python-package.yml
- Various fixes
- Playlist based on chat history
- Additional logging
- Improvements
- ASync search and moving to fully asynchronous work + responses to config command
- Various fixes
- Test chat gpt4
This commit is contained in:
2025-10-30 16:58:52 +01:00
parent 87f06d6269
commit 75032b67d0
10 changed files with 502 additions and 75 deletions
+10
View File
@@ -0,0 +1,10 @@
# Autoformatter friendly markdownlint config (all formatting rules disabled)
default: true
blank_lines: false
bullet: false
html: false
indentation: false
line_length: false
spaces: false
url: false
whitespace: false
+10
View File
@@ -0,0 +1,10 @@
rules:
quoted-strings:
required: only-when-needed
extra-allowed: ["{|}"]
empty-values:
forbid-in-block-mappings: true
forbid-in-flow-mappings: true
key-duplicates: {}
octal-values:
forbid-implicit-octal: true