Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Sep 21, 2024
1 parent 82c3b21 commit fc819f3
Show file tree
Hide file tree
Showing 3 changed files with 504 additions and 445 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,16 @@ update:
poetry up --latest

checks: pc

pc:
pre-commit run -a

find: find-empty find-nonmask find-test find-old

find-empty:
find . -type f -empty

find-nonmask:
find . -iname '*.png' -not -path "*/mask/*"

find-test:
find . -iname '*pw.py'
find . -iname '*test.py'

find-old:
find . -type d -iname '*old'
Loading

0 comments on commit fc819f3

Please sign in to comment.