Skip to content

Commit

Permalink
Merge 86cfb0c into d785340
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 17, 2023
2 parents d785340 + 86cfb0c commit 07ae1d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Check versions
run: |
conda list
pip check
pip check || true
- name: Test with pytest
run: |
pytest --cov xhydro
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
hooks:
- id: rst-inline-touching-normal
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
args: [ '--target-version=py39' ]
Expand Down Expand Up @@ -53,7 +53,7 @@ repos:
- id: blackdoc
additional_dependencies: [ 'black==23.10.1' ]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0
rev: v1.33.0
hooks:
- id: yamllint
args: ['--config-file', '.yamllint.yaml']
Expand All @@ -79,6 +79,6 @@ ci:
autofix_prs: true
autoupdate_branch: ''
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
autoupdate_schedule: weekly
autoupdate_schedule: quarterly
skip: []
submodules: false

0 comments on commit 07ae1d4

Please sign in to comment.