Skip to content

Commit

Permalink
Merge pull request #189 from CSHS-CWRA/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
Zeitsperre authored Jul 28, 2022
2 parents 5441f2d + 308999c commit 4fac26a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v2.37.2
hooks:
- id: pyupgrade
args: [ --py37-plus ]
Expand All @@ -22,7 +22,7 @@ repos:
hooks:
- id: rst-inline-touching-normal
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
exclude: ^docs/
Expand All @@ -42,7 +42,7 @@ repos:
- id: pydocstyle
args: [ '--convention=numpy', '--match="(?!test_).*\.py"' ]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.3
rev: v1.27.1
hooks:
- id: yamllint
args: [ '--config-file', '.yamllint.yaml' ]
Expand Down

0 comments on commit 4fac26a

Please sign in to comment.