Skip to content

Commit 2a41b22

Browse files
fix(updates): automated updates of primary components (#42)
Signed-off-by: Zenable Automation <automation@zenable.io> Co-authored-by: JonZeolla <1385510+JonZeolla@users.noreply.github.com>
1 parent 18d241d commit 2a41b22

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
5+
rev: 3d44372123ca5e8617fdb65d9f11facd159b9e95 # frozen: v0.12.3
66
hooks:
77
- id: ruff-check
88
types_or: [ python, pyi, jupyter ]

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{cookiecutter.project_name|replace(" ", "")}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
4+
rev: 3d44372123ca5e8617fdb65d9f11facd159b9e95 # frozen: v0.12.3
55
hooks:
66
- id: ruff-check
77
types_or: [ python, pyi, jupyter ]

0 commit comments

Comments
 (0)