We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c3b21 commit fc819f3Copy full SHA for fc819f3
Makefile
@@ -10,21 +10,16 @@ update:
10
poetry up --latest
11
12
checks: pc
13
-
14
pc:
15
pre-commit run -a
16
17
find: find-empty find-nonmask find-test find-old
18
19
find-empty:
20
find . -type f -empty
21
22
find-nonmask:
23
find . -iname '*.png' -not -path "*/mask/*"
24
25
find-test:
26
find . -iname '*pw.py'
27
find . -iname '*test.py'
28
29
find-old:
30
find . -type d -iname '*old'
0 commit comments