Skip to content

Update nitpick requirement from ^0.23 to ^0.30 #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2022

Updates the requirements on nitpick to permit the latest version.

Release notes

Sourced from nitpick's releases.

v0.30.0

0.30.0 (2022-01-14)

Bug Fixes

  • style override on Windows (#422) (e7d2897)
  • use current dir; don't climb dirs to find the project root (#421) (3c82e8c)

Features

  • default pre-commit hook now runs "nitpick fix" (cb4c242)
  • json: autofix JSON files (#429) (4b58a03)
  • nitpick init adds a [tool.nitpick] section (36f4065)
  • yaml: autofix .pre-commit-config.yaml (note: style changed!) (#434) (352b53d)
  • yaml: autofix GitHub Workflow files (#437) (6af77c4)
  • yaml: autofix YAML files (#431) (d8cc4b1)
Changelog

Sourced from nitpick's changelog.

0.30.0 (2022-01-14)

Bug Fixes

  • style override on Windows (#422) (e7d2897)
  • use current dir; don't climb dirs to find the project root (#421) (3c82e8c)

Features

  • default pre-commit hook now runs "nitpick fix" (cb4c242)
  • json: autofix JSON files (#429) (4b58a03)
  • nitpick init adds a [tool.nitpick] section (36f4065)
  • yaml: autofix .pre-commit-config.yaml (note: style changed!) (#434) (352b53d)
  • yaml: autofix GitHub Workflow files (#437) (6af77c4)
  • yaml: autofix YAML files (#431) (d8cc4b1)

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

... (truncated)

Commits
  • 8a1d2bd chore(release): 0.30.0 [skip ci]
  • 59a0cd1 ci: the git tag v0.29.0 was there, but wrong
  • c30b96a ci: shorter build until I fix the release
  • b76d963 ci: try upgrading semantic-release
  • a153bdb ci: run script with bash
  • 6fcf125 ci: use shell script instead of chaining commands
  • c43dc76 ci: run only end-of-file-fixer and trailing-whitespace
  • e7d2897 fix: style override on Windows (#422)
  • 6af77c4 feat(yaml): autofix GitHub Workflow files (#437)
  • 799ab8e [pre-commit.ci] pre-commit autoupdate
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [nitpick](https://github.com/andreoliwa/nitpick) to permit the latest version.
- [Release notes](https://github.com/andreoliwa/nitpick/releases)
- [Changelog](https://github.com/andreoliwa/nitpick/blob/develop/CHANGELOG.md)
- [Commits](andreoliwa/nitpick@v0.23.0...v0.30.0)

---
updated-dependencies:
- dependency-name: nitpick
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants