topalias
topalias copied to clipboard
Bump nitpick from 0.25.0 to 0.29.0
Bumps nitpick from 0.25.0 to 0.29.0.
Release notes
Sourced from nitpick's releases.
v0.29.0
0.29.0 (2021-11-08)
Bug Fixes
- convert ?token=xx into HTTP Basic creds for github style urls (9b882a2)
Features
- add Python 3.10 (#410) (050d2b9)
- add support for private Github repos for style sources (49dc12d)
- make generic.is_url() accept dollar-quoted userinfo fragments (ef99acd)
v0.28.0
0.28.0 (2021-10-27)
Bug Fixes
- remove() has changed to detach() on the ConfigUpdater API (93c6c52)
Features
v0.27.0
0.27.0 (2021-07-20)
Bug Fixes
- cli: print "no violations" message (2fedd0a)
- cli: replace the "run" command by "fix" and "check" (#359) (34d2499)
- don't fail when there is no config/root file (#350) (cca099a)
- include of remote style when there is only a local style (#349) (032855d)
- run pre-commit hooks only on passed files (#356) (3db024a)
Features
- accept a regular GitHub URL as a style (#361) (8fc34cb)
- enforce settings on any TOML file (#352) (8fd6324)
- fetch GitHub URLs directly (#341) (d3e6811)
- install on macOS with Homebrew (c679adf)
- pre-commit hook to apply changes (#322) (5e98e5f)
- quick setup with
nitpick initcommand (#347) (3156afe)- read configuration from
.nitpick.tomlorpyproject.toml(#332) (612ae41)
... (truncated)
Changelog
Sourced from nitpick's changelog.
0.29.0 (2021-11-08)
Bug Fixes
- convert ?token=xx into HTTP Basic creds for github style urls (9b882a2)
Features
- add Python 3.10 (#410) (050d2b9)
- add support for private Github repos for style sources (49dc12d)
- make generic.is_url() accept dollar-quoted userinfo fragments (ef99acd)
0.28.0 (2021-10-27)
Bug Fixes
- remove() has changed to detach() on the ConfigUpdater API (93c6c52)
Features
0.27.0 (2021-07-20)
Bug Fixes
- cli: print "no violations" message (2fedd0a)
- cli: replace the "run" command by "fix" and "check" (#359) (34d2499)
- don't fail when there is no config/root file (#350) (cca099a)
- include of remote style when there is only a local style (#349) (032855d)
- run pre-commit hooks only on passed files (#356) (3db024a)
Features
- accept a regular GitHub URL as a style (#361) (8fc34cb)
- enforce settings on any TOML file (#352) (8fd6324)
- fetch GitHub URLs directly (#341) (d3e6811)
- install on macOS with Homebrew (c679adf)
- pre-commit hook to apply changes (#322) (5e98e5f)
- quick setup with
nitpick initcommand (#347) (3156afe)- read configuration from
.nitpick.tomlorpyproject.toml(#332) (612ae41)- root files for other programming languages (#321) (09a0e83)
- support custom protocols for styles (#333) (9baef63)
0.26.0 (2021-03-16)
Features
Commits
52e5f32chore(release): 0.29.0 [skip ci]29575ecdocs: add contribution guidelines to the README050d2b9feat: add Python 3.10 (#410)bc6a57b[pre-commit.ci] pre-commit autoupdate (#408)4e0ed4bdoc: add docs for using auth tokens in github urls2f2893etest: better testing of GithubURL auth token handling9b882a2fix: convert ?token=xx into HTTP Basic creds for github style urls49dc12dfeat: add support for private Github repos for style sourcesef99acdfeat: make generic.is_url() accept dollar-quoted userinfo fragmentsc922dcddocs: add license scan report and status (#389)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)