Skip to content

Commit

Permalink
Merge pull request #16 from philip-ndikum/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
philip-ndikum authored Sep 18, 2024
2 parents b9e9c46 + 12d2084 commit e8549d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
fail_fast: true

ci:
autofix_commit_msg: "chore(pre-commit): autofix run"
autoupdate_commit_msg: "chore(pre-commit): autoupdate hooks"

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
Expand All @@ -18,7 +22,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.4
rev: v0.6.5
hooks:
- id: ruff
- id: ruff-format
Expand Down Expand Up @@ -60,7 +64,7 @@ repos:
- id: shellcheck

- repo: https://github.com/gitleaks/gitleaks
rev: v8.16.1
rev: v8.19.2
hooks:
- id: gitleaks

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ Documentation = "https://temporalscope.readthedocs.io/en/latest/"
[tool.hatch.envs.default]
dependencies = [
"pre-commit",
"ruff==0.6.4", # match ruff version in pre-commit-config.yaml to avoid conflicts
"ruff",
"jupyterlab",
"notebook",
"commitizen==3.29.0",
"commitizen",
]

[tool.hatch.envs.docs]
Expand Down

0 comments on commit e8549d6

Please sign in to comment.