Skip to content

Commit

Permalink
Bump version to 1.1.28 (#441)
Browse files Browse the repository at this point in the history
* bump version to 1.1.28

* Fix pre-commit failure
  • Loading branch information
raghumdani authored Jan 8, 2025
1 parent a1b8159 commit 886d1c8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
fail_fast: true
minimum_pre_commit_version: '0'
minimum_pre_commit_version: "0"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-added-large-files
exclude: "deltacat/compute/compactor/TheFlashCompactorDesign.pdf"
- id: check-case-conflict
- id: check-json
- id: check-yaml
- id: check-executables-have-shebangs
- id: end-of-file-fixer
- id: check-case-conflict
- id: check-json
- id: check-yaml
- id: check-executables-have-shebangs
- id: end-of-file-fixer
exclude_types: [pdf]
- id: requirements-txt-fixer
- id: check-merge-conflict
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
- id: requirements-txt-fixer
- id: check-merge-conflict
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.16.0
hooks:
- id: check-github-actions
- id: check-github-workflows
- repo: https://github.com/hadialqattan/pycln
rev: v2.1.2
- id: check-github-actions
- id: check-github-workflows
- repo: https://github.com/hadialqattan/pycln
rev: v2.5.0
hooks:
- id: pycln
- repo: https://github.com/psf/black
- id: pycln
- repo: https://github.com/psf/black
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
- repo: https://github.com/pycqa/flake8
rev: 5.0.0
hooks:
- id: flake8
- id: flake8
2 changes: 1 addition & 1 deletion deltacat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

deltacat.logs.configure_deltacat_logger(logging.getLogger(__name__))

__version__ = "1.1.27"
__version__ = "1.1.28"


__all__ = [
Expand Down

0 comments on commit 886d1c8

Please sign in to comment.