Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
exclude: '^{{cookiecutter\.project_name\|replace\(" ", ""\)}}/.*'
repos:
- repo: https://github.com/Zenable-io/ai-native-python
rev: f82f8347b11ff10a809e0f7192029c0de55ebffc # frozen: v0.2.0
hooks:
- id: zenable-check
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 0acff885bcb16381b67930fefb91e460202f172c # frozen: v0.12.10
rev: db90487f48a9dd992d243ef63c156eaffddeaf28 # frozen: v0.12.11
hooks:
- id: ruff-check
types_or: [ python, pyi, jupyter ]
Expand All @@ -24,7 +28,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/lycheeverse/lychee
rev: cef607cddb6279091869bcbb8fb4b906fd4c046c # frozen: nightly
rev: ab5026be0f651c65826148206f845cbfabdd840d # frozen: nightly
Comment on lines -27 to +31
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hooks:
- id: lychee-docker
# Keep all other configs in the config file
Expand Down
Loading
Loading