-
Notifications
You must be signed in to change notification settings - Fork 1
Refactoring/#392 refactor pre commit hook package version.py into nox task #412
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
ArBridgeman
merged 18 commits into
main
from
refactoring/#392-refactor-pre-commit-hook-package_version.py-into-nox-task
May 9, 2025
Merged
Changes from 11 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
16ee3bb
version-check was refactored into nox task and its usage changed
Jannis-Mittenzwei 9f67bf3
deleted pre_commit_hooks/package_version.py
Jannis-Mittenzwei a1527c1
fix
Jannis-Mittenzwei 282bca1
resolve conversation
Jannis-Mittenzwei efd22a9
resolve conversation
Jannis-Mittenzwei 73830ba
resolve conversation
Jannis-Mittenzwei 68ab863
resolve conversation
Jannis-Mittenzwei 2974ddb
resolve conversation
Jannis-Mittenzwei 832e59d
fix typing error
Jannis-Mittenzwei 4d33ae9
fix
Jannis-Mittenzwei eecf9fe
fix
Jannis-Mittenzwei 5fc4cc2
fix
Jannis-Mittenzwei 533e9b2
fix
Jannis-Mittenzwei 39956f9
fix
Jannis-Mittenzwei bdd717f
resolve conversation
Jannis-Mittenzwei 8256d28
resolve conversation
Jannis-Mittenzwei 86373d7
resolve conversation
Jannis-Mittenzwei 5cc5362
Merge branch 'main' into refactoring/#392-refactor-pre-commit-hook-pa…
ArBridgeman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Empty file.
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # ATTENTION: | ||
| # This file is generated by exasol/toolbox/nox/_package_version.py when using: | ||
| # * either "poetry run -- nox -s project:fix" | ||
| # * or "poetry run -- nox version:check -- <path/version.py> --fix" | ||
| # Do not edit this file manually! | ||
| # If you need to change the version, do so in the pyproject.toml, e.g. by using `poetry version X.Y.Z`. | ||
| MAJOR = 1 | ||
| MINOR = 0 | ||
| PATCH = 1 | ||
| VERSION = f"{MAJOR}.{MINOR}.{PATCH}" | ||
| __version__ = VERSION |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.