1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00
Commit graph

4 commits

Author SHA1 Message Date
kzndotsh
3fc6a5ee01 feat(docs): add MkDocs documentation with initial pages
chore(justfile): add commands to serve and build docs using MkDocs
feat(mkdocs.yml): add initial MkDocs configuration with Material theme
chore(pyproject.toml): add mkdocs-material as a dependency for docs group
2024-07-31 01:38:07 +00:00
kzndotsh
b02e1ee5f3 chore(.env.example): restructure and clean up environment variables for better organization and clarity
feat(.pre-commit-config.yaml): add pre-commit hooks for yaml, json, toml files and dotenv files for better code quality
feat(justfile): add check-types command to run pyright for type checking
refactor(pyproject.toml): replace aiopath with aiofiles and add types for aiofiles and psutil, adjust pyright settings for strict type checking
2024-07-13 19:21:16 +00:00
kzndotsh
3df8509f7d fix(justfile): correct typo in docker compose command from --detatch to -d for proper detaching of the process
style(justfile): remove trailing whitespace in run and setup-env commands for cleaner code
2024-07-02 20:56:44 +00:00
kzndotsh
ed9c000f81 feat: add justfile for task automation
refactor(constants.py): simplify LOG_CHANNELS loading logic for better readability and performance
fix(constants.py): correct the condition check for DEV environment variable to ensure correct behavior in development mode
2024-06-16 19:03:39 +00:00