index
:
pygitchecker
master
Simple home made wrapper for Python static checks
Simeon Simeonov
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pygitchecker.py
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-22
Restructure the code and remove functionality that doesn't belong in pygitche...
HEAD
master
Simeon Simeonov
1
-171
/
+213
2023-07-04
Add --skip / -s and format using black -S
Simeon Simeonov
1
-32
/
+75
2021-08-10
Add -F / --file
Simeon Simeonov
1
-7
/
+18
2021-02-11
Add the -l option and list untracked and staged files in addition to modified
Simeon Simeonov
1
-5
/
+16
2021-02-03
Remove hardcoded tests and use JSON config instead
Simeon Simeonov
1
-42
/
+37
2021-01-14
Replace pygit2 with GitPython and use subprocess for all checks
Simeon Simeonov
1
-78
/
+105
2018-10-17
Merge branch 'master' of pichove.org:pygitchecker
Simeon Simeonov
1
-0
/
+2
2018-10-17
Add -a / --all
Simeon Simeonov
1
-4
/
+25
2018-09-18
Optimize fetch_git_repos
Simeon Simeonov
1
-0
/
+2
2018-09-18
Add -f / --full
Simeon Simeonov
1
-4
/
+14
2018-09-17
Optimize. Different types of modification for -m and for pyflake8
Simeon Simeonov
1
-13
/
+11
2018-09-17
Added new options -m -r. Some code restructuring
Simeon Simeonov
1
-6
/
+114
2018-09-13
Use pygit2 instead of gitapi and flake8 instead of pep8
Simeon Simeonov
1
-13
/
+29
2018-09-13
Initial commit
Simeon Simeonov
1
-0
/
+38