Skip to content

Commit b193e59

Browse files
committed
2025-04-30T18-39-04Z
1 parent 49afb3b commit b193e59

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
*.txt
12
*_cli.py
23
gh_*.py
34

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ major:
2020
push:
2121
git push origin master
2222

23-
yapf:
24-
poetry run yapf -i -vv **/*.py
23+
# yapf:
24+
# poetry run yapf -i -vv **/*.py
25+
26+
gitingest:
27+
gitingest git_pp -o git-pp.txt
2528

2629
.PHONE: *

0 commit comments

Comments
 (0)