Skip to content

Commit

Permalink
Add CI section to pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
egeakman authored Dec 25, 2023
1 parent e9c2e75 commit 4cdbe4f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
ci:
autofix_prs: false
autoupdate_branch: "pre-commit-autoupdate"
autoupdate_schedule: monthly

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

Expand Down

0 comments on commit 4cdbe4f

Please sign in to comment.