Releases: andreoliwa/nitpick
Releases · andreoliwa/nitpick
v0.16.0
0.16.0 (2019-06-19)
Features
- pre-commit: add nitpick hooks to use on .pre-commit-config.yaml (92c13ae)
v0.15.0
0.15.0 (2019-06-17)
Features
- merge all styles into a single TOML file on the cache dir (d803f64)
- pre-commit: compare missing and different keys on hooks (#57) (a8e2958)
v0.14.0
0.14.0 (2019-06-07)
Features
- rename project from "flake8-nitpick" to "nitpick" (75be3b8)
v0.13.1
0.13.1 (2019-06-07)
Bug Fixes
- show warning about project being renamed to "nitpick" (fda30fd)
v0.12.0
0.12.0 (2019-06-03)
Features
- get default style file from current version, not from master (e0dccb8)
v0.10.3
Bug Fixes
- ignore FileNotFoundError when removing cache dir (837bddf)
v0.10.2
Bug Fixes
- don't remove cache dir if it doesn't exist (FileNotFoundError) (d5b6ec9)
v0.10.1
Bug Fixes
- fetch private GitHub URLs with a token on the query string (4cfc118)