Skip to content

Commit 022af19

Browse files
committed
Include an update
1 parent 0368184 commit 022af19

3 files changed

Lines changed: 70 additions & 62 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
---
22
exclude: '^{{cookiecutter\.project_name\|replace\(" ", ""\)}}/.*'
33
repos:
4+
- repo: https://github.com/Zenable-io/ai-native-python
5+
rev: f82f8347b11ff10a809e0f7192029c0de55ebffc # frozen: v0.2.0
6+
hooks:
7+
- id: zenable-check
48
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: 0acff885bcb16381b67930fefb91e460202f172c # frozen: v0.12.10
9+
rev: db90487f48a9dd992d243ef63c156eaffddeaf28 # frozen: v0.12.11
610
hooks:
711
- id: ruff-check
812
types_or: [ python, pyi, jupyter ]
@@ -24,7 +28,7 @@ repos:
2428
- id: end-of-file-fixer
2529
- id: trailing-whitespace
2630
- repo: https://github.com/lycheeverse/lychee
27-
rev: cef607cddb6279091869bcbb8fb4b906fd4c046c # frozen: nightly
31+
rev: ab5026be0f651c65826148206f845cbfabdd840d # frozen: nightly
2832
hooks:
2933
- id: lychee-docker
3034
# Keep all other configs in the config file

0 commit comments

Comments
 (0)