Added
- **! Added the `--only=<name>` option, which will only run that specific formatter/linter.**
- **Added names to formatters and linters. 26**
- **Added support for python 3.6**
Changed
- **Use `pydantic` instead of `confz`. 24**
- The pre-commit hook will not run with `--quiet`.
- Updated the settings system in `__main__.py`.
Fixed
- **Fixed issue with command line options. They had to be put before the subcommand, but now they have to be put after.**