Releases: andreoliwa/nitpick
Releases · andreoliwa/nitpick
v0.2.0
build
- Upgrade packages and lint with flake8 (22f4c62)
- v0.2.0 (with conventional-changelog and bumpversion) (bc8a8a8)
docs
- Add docs on how to configure pyproject.toml and style (4a1d221)
feat
- Check missing key/value pairs in pyproject.toml (190aa6c)
- Compare setup.cfg configuration (2bf144a)
- First warning, only on the main Python file (0b30506)
- Read config from pyproject.toml, cache data, run only on one Python (265daa5)
- Read style from TOML file/URL (or climb directory tree) (84f19d6)
- Respect the files section on nitpick.toml (9e36a02)
- Use nitpick's own default style file if none is provided (4701b86)
refactor
- Rename to flake8-nitpick (1e4f42e)
test
- Setup logging (5472518)
v0.1.1
Upload hotfix
v0.1.0
Add PyPI upload tools