Skip to content

Commit

Permalink
Add CI in pre-commit config, bump repo revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
egeakman committed Dec 25, 2023
1 parent 8b86012 commit d1f9510
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
ci:
autofix_prs: false
autoupdate_branch: "pre-commit-autoupdate"
autoupdate_schedule: weekly

repos:
- repo: local
hooks:
Expand All @@ -10,12 +15,12 @@ repos:
verbose: true

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
rev: 23.12.1
hooks:
- id: black

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-case-conflict
- id: check-merge-conflict
Expand All @@ -24,6 +29,6 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v0.6.8
rev: v0.9.1
hooks:
- id: sphinx-lint

0 comments on commit d1f9510

Please sign in to comment.