Skip to content

Bump msgcheck from 3.1 to 4.0.0 #272

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

Merged
merged 1 commit into from
Jan 26, 2022
Merged

Conversation

dependabot[bot]
Copy link

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

Bumps msgcheck from 3.1 to 4.0.0.

Release notes

Sourced from msgcheck's releases.

v4.0.0

  • Drop Python 2 support, Python 3.6 is now required.
  • Rename option --skip-noqa to --check-noqa and reverse behavior: without option, strings with noqa are now skipped by default.
  • Add support for Chinese full-stop.
  • Add lint with bandit in CI.
Changelog

Sourced from msgcheck's changelog.

Version 4.0.0 (2022-01-23)

  • Drop Python 2 support, Python 3.6 is now required.
  • Rename option --skip-noqa to --check-noqa and reverse behavior: without option, strings with noqa are now skipped by default.
  • Add support for Chinese full-stop.
  • Add lint with bandit in CI.
Commits
  • ab02cd5 Version 4.0.0
  • 92bc32e Remove useless object inheritance
  • 1aa08e2 Rename option "--skip-noqa" to "--check-noqa" and reverse behavior
  • 469787d Add lint with bandit in CI
  • 5e5b009 Drop Python 2 support, Python 3.6 is now required
  • 9d1a2d9 Fix error when enabling spell checking without a file with personal list of w...
  • 84378b2 Add tests on Ubuntu 18.04
  • a5598b4 Add tests with Python 3.10
  • 28b03b8 Update ChangeLog
  • b5aa8a4 Fix name of test function
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [msgcheck](https://github.com/flashcode/msgcheck) from 3.1 to 4.0.0.
- [Release notes](https://github.com/flashcode/msgcheck/releases)
- [Changelog](https://github.com/flashcode/msgcheck/blob/master/ChangeLog.md)
- [Commits](flashcode/msgcheck@v3.1...v4.0.0)

---
updated-dependencies:
- dependency-name: msgcheck
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 24, 2022
@codecov
Copy link

codecov bot commented Jan 24, 2022

Codecov Report

Merging #272 (b7a4e94) into master (a108064) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #272   +/-   ##
=======================================
  Coverage   97.40%   97.40%           
=======================================
  Files           5        5           
  Lines         270      270           
=======================================
  Hits          263      263           
  Misses          7        7           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a108064...b7a4e94. Read the comment docs.

@codingjoe codingjoe merged commit 07101ed into master Jan 26, 2022
@codingjoe codingjoe deleted the dependabot/pip/msgcheck-4.0.0 branch January 26, 2022 13:41
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant