Skip to content

Commit ec88f05

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-5
2 parents 3cd5ecc + 33ae451 commit ec88f05

6 files changed

Lines changed: 68 additions & 62 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
exclude: '^{{cookiecutter\.project_name\|replace\(" ", ""\)}}/.*'
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: 54a455f7ce629598b7535ff828fd5fb796f4b83f # frozen: v0.12.9
5+
rev: 0acff885bcb16381b67930fefb91e460202f172c # frozen: v0.12.10
66
hooks:
77
- id: ruff-check
88
types_or: [ python, pyi, jupyter ]
@@ -24,7 +24,7 @@ repos:
2424
- id: end-of-file-fixer
2525
- id: trailing-whitespace
2626
- repo: https://github.com/lycheeverse/lychee
27-
rev: 428baa39f3f848c13685ee3f1c8cf1e31a61deeb # frozen: nightly
27+
rev: cef607cddb6279091869bcbb8fb4b906fd4c046c # frozen: nightly
2828
hooks:
2929
- id: lychee-docker
3030
# Keep all other configs in the config file

.pre-commit-hooks.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
- id: zenable-check
3+
name: Run a Zenable check on all changed files
4+
language: system
5+
entry: uvx zenable-mcp check
6+
pass_filenames: true

ai_native_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
__maintainer__ = "Zenable"
66
__copyright__ = "(c) 2025 Zenable, Inc."
77
__project_name__ = "ai-native-python"
8-
__version__ = "0.1.0"
8+
__version__ = "0.2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ai-native-python"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "The AI-Native python paved road generator"
55
authors = [
66
{ name = "Zenable", email = "Python@zenable.io" }

0 commit comments

Comments
 (0)