Skip to content

Commit

Permalink
Merge branch 'main' into planification
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre authored Nov 17, 2023
2 parents 8f1f6d7 + 639e09c commit 5404c91
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 5404c91

Please sign in to comment.