Releases: andreoliwa/nitpick
Releases · andreoliwa/nitpick
v0.4.0
feat
- Check files that should not exist (like .isort.cfg) (1901bb8)
- Check pre-commit config file and the presence of hooks (b1333db)
- Warn about replacing requirements.txt by pyproject.toml (dacb091)
fix
- Don't break when pyproject.toml or setup.cfg don't exist (6a546c1)
- Only check rules if the file exists (66e42d2)
refactor
v0.3.0
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