Repository - API - Source
nitpick init
command (#347) (3156afe).nitpick.toml
or pyproject.toml
(#332) (612ae41)Before: ["setup.cfg".nitpick] comma_separated_values = ["food.eat"]
Now: [nitpick.files."setup.cfg"] comma_separated_values = ["food.eat"]
Before: [[files.absent]] file = "remove-this.txt" message = "This file should be removed because of some reason" [[files.absent]] file = "another-useless-file-without-message.cfg"
Now: [nitpick.files.absent] "remove-this.txt" = "This file should be removed because of some reason" "another-useless-file-without-message.cfg" = ""
README badges.
First release.