Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bentaculum authored May 30, 2024
1 parent a4ee060 commit c0e8011
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
ci:
autoupdate_schedule: monthly
autofix_commit_msg: "style(pre-commit.ci): auto fixes [...]"
autoupdate_commit_msg: "ci(pre-commit.ci): autoupdate"

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.3
Expand All @@ -10,12 +15,3 @@ repos:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.6.0
hooks:
- id: black
- repo: https://github.com/mwouts/jupytext
rev: v1.14.0
hooks:
- id: jupytext
args: [--from, ipynb, --to, "py:percent"]

0 comments on commit c0e8011

Please sign in to comment.