Skip to content

Commit

Permalink
Merge pull request #929 from ioos/develop
Browse files Browse the repository at this point in the history
Merge in CI changes from develop branch
  • Loading branch information
benjwadams authored May 20, 2022
2 parents b4e8d8c + f6ffc27 commit 4c3b637
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/pre-commit.yml

This file was deleted.

15 changes: 13 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: trailing-whitespace
exclude: compliance_checker/tests/data
Expand Down Expand Up @@ -34,7 +34,7 @@ repos:
- id: seed-isort-config

- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.3.0
hooks:
- id: black
language_version: python3
Expand All @@ -52,3 +52,14 @@ repos:
.*_version.py|
.*versioneer.py
)$
ci:
autofix_commit_msg: |
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
autofix_prs: false
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
autoupdate_schedule: monthly
skip: []
submodules: false

0 comments on commit 4c3b637

Please sign in to comment.