Skip to content
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

Minor fixes #80

Merged
merged 24 commits into from
Nov 4, 2023
Merged

Minor fixes #80

merged 24 commits into from
Nov 4, 2023

Conversation

coordt
Copy link
Member

@coordt coordt commented Oct 22, 2023

No description provided.

florisla and others added 9 commits October 11, 2023 10:53
Since this is no longer tested, it's safer to start at 3.8.
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.290...v0.0.292)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.0](pre-commit/mirrors-mypy@v1.5.1...v1.6.0)
- [github.com/jsh9/pydoclint: 0.3.2 → 0.3.4](jsh9/pydoclint@0.3.2...0.3.4)
- [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.27.0](python-jsonschema/check-jsonschema@0.26.3...0.27.0)
Recommend calling 'bump-my-version' instead of 'bumpversion'
Drop Python3.7 as compatible version
@codecov
Copy link

codecov bot commented Oct 22, 2023

Codecov Report

Merging #80 (fda71b0) into master (123dd69) will not change coverage.
Report is 2 commits behind head on master.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #80   +/-   ##
=======================================
  Coverage   93.53%   93.53%           
=======================================
  Files          15       15           
  Lines        1068     1068           
  Branches      243      243           
=======================================
  Hits          999      999           
  Misses         46       46           
  Partials       23       23           
Flag Coverage Δ
python-3.10 93.53% <100.00%> (ø)
python-3.11 93.53% <100.00%> (ø)
python-3.8 93.53% <100.00%> (ø)
python-3.9 93.53% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
bumpversion/__init__.py 100.00% <100.00%> (ø)
bumpversion/cli.py 98.29% <ø> (ø)
bumpversion/config.py 91.32% <100.00%> (ø)
bumpversion/scm.py 90.47% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

coordt and others added 15 commits October 22, 2023 09:43
- added an echo of the PR_NUMBER
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.1.1](astral-sh/ruff-pre-commit@v0.0.290...v0.1.1)
- [github.com/psf/black: 23.9.1 → 23.10.0](psf/black@23.9.1...23.10.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.1](pre-commit/mirrors-mypy@v1.5.1...v1.6.1)
- [github.com/jsh9/pydoclint: 0.3.2 → 0.3.8](jsh9/pydoclint@0.3.2...0.3.8)
- [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.27.0](python-jsonschema/check-jsonschema@0.26.3...0.27.0)
Fixed bug #65 where glob'd files weren't used
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.1.3](astral-sh/ruff-pre-commit@v0.0.290...v0.1.3)
- [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.1](pre-commit/mirrors-mypy@v1.5.1...v1.6.1)
- [github.com/jsh9/pydoclint: 0.3.2 → 0.3.8](jsh9/pydoclint@0.3.2...0.3.8)
- [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.27.0](python-jsonschema/check-jsonschema@0.26.3...0.27.0)
Fixes #59

- Changed the flags to --regex/--no-regex
- updated tests and docs
@coordt coordt linked an issue Nov 4, 2023 that may be closed by this pull request
@coordt coordt merged commit 24222cb into master Nov 4, 2023
10 checks passed
@coordt coordt deleted the minor-fixes branch November 4, 2023 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Defaults to --no-regex mode
2 participants