Skip to content

Tags: hardcoretech/missing

Tags

v0.3.0

Release Note - v0.2.5

        - Detect all __init__.py besides files starts with test
        - Rewrite the logic to always obey .gitignore

v0.2.5

Release Note - v0.2.5

	- provides default settings which everything except `.git` will be scanned
	- exclude according to .gitignore
	- only include git staged files

v0.2.4

Release Note - v0.2.4

	- fix the python version: set the limitation to ^3.6

v0.2.3

Release Note - v0.2.3

	fix the search pattern

v0.2.2

Release Note - v0.2.2

	Fix the -e, --exclude which should be parse
	arbitrary number of path

v0.2.1

Release Note - v0.2.1

	downgrade to python required to ^3.8

v0.2.0

Release Note - v0.2.0

	Fix the bug when run pre-commit hook

v0.1.0

Release Note - v0.1.0

	Initial the project