Skip to content

Commit

Permalink
Merge pull request #20 from Daethyra/v2
Browse files Browse the repository at this point in the history
overhaul(formaverter): recreated project from scratch
  • Loading branch information
Daethyra authored Dec 15, 2024
2 parents 99c2410 + eb12dd9 commit 80efbe2
Show file tree
Hide file tree
Showing 24 changed files with 631 additions and 876 deletions.
149 changes: 0 additions & 149 deletions .github/.archive/converter.py

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Format with Black

on:
pull_request:
branches:
- main

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--color"
src: "."
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

.pdm-python

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
Binary file removed data/CHAD.png
Binary file not shown.
29 changes: 0 additions & 29 deletions data/Screen Time Data.csv

This file was deleted.

Binary file removed data/looking respectfully.jpg
Binary file not shown.
Binary file removed data/peepoHehe.webp
Binary file not shown.
Loading

0 comments on commit 80efbe2

Please sign in to comment.