-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Features: --------- - **BREAKING CHANGE:** Only support latest pre-commit 4.0 (#101) Other: ------ - **BREAKING CHANGE:** Update dev Python version to 3.11.1 (#89) - Sync common project files (#86) - Do not install all for tests (#87) - Update Python dev version to 3.10.8 (#88) - Monthly maintenance (Jan 2023) (#96) - Bump dev Python version to 3.11.2 (#99) - Update CI badge and versions table in README (#103) - (**deps-dev**) bump pytest-cov from 4.1.0 to 5.0.0 in the dev-dependencies group (#102) - Setup proper permissions for CI Package reusable workflow call (#106) - Disable attestations on publishing to PyPI from reusable workflow (#109) Co-authored-by: playpauseandstop <[email protected]>
- Loading branch information
1 parent
c09bc3c
commit a99c755
Showing
3 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ ignore_missing_imports = true | |
|
||
[tool.poetry] | ||
name = "pre-commit-run-hook-entry" | ||
version = "1.0.0b1" | ||
version = "1.0.0rc0" | ||
description = "Run pre-commit hook entry. Allow to run pre-commit hooks for text editor formatting / linting needs" | ||
authors = ["Igor Davydenko <[email protected]>"] | ||
license = "BSD-3-Clause" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__prog__ = "pre-commit-run-hook-entry" | ||
__author__ = "Igor Davdenko" | ||
__license__ = "BSD-3-Clause" | ||
__version__ = "1.0.0b1" | ||
__version__ = "1.0.0rc0" |