Skip to content

Commit

Permalink
added ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bencipher committed Nov 1, 2022
1 parent 280c006 commit 297069d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
ci:
autofix_commit_msg: |
ci: auto fixes from pre-commit hooks
for more information, see https://pre-commit.ci
autofix_prs: false
autoupdate_commit_msg: 'ci: pre-commit autoupdate'
autoupdate_schedule: monthly

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
Expand Down Expand Up @@ -37,8 +45,3 @@ repos:
hooks:
- id: codespell
args: ["--ignore-words-list", "ist, oder, alle"]
# - repo: https://github.com/psf/black
# rev: 21.12b0
# hooks:
# - id: black
# language_version: python3.7

0 comments on commit 297069d

Please sign in to comment.