Skip to content

Commit

Permalink
Merge branch 'master' into variable-duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
perronld authored Nov 9, 2023
2 parents 3c01f0e + f258922 commit 1df08ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ default_language_version:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.14.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [ '--py38-plus' ]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
exclude: setup.cfg
Expand All @@ -27,7 +27,7 @@ repos:
- id: yamllint
args: [ '--config-file=.yamllint.yaml' ]
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black
args: [ '--target-version=py38' ]
Expand All @@ -47,10 +47,10 @@ repos:
hooks:
- id: nbqa-black
args: [ '--target-version=py38' ]
additional_dependencies: [ 'black==23.9.1' ]
additional_dependencies: [ 'black==23.10.1' ]
- id: nbqa-pyupgrade
args: [ '--py38-plus' ]
additional_dependencies: [ 'pyupgrade==3.14.0' ]
additional_dependencies: [ 'pyupgrade==3.15.0' ]
- id: nbqa-isort
args: [ '--settings-file=setup.cfg' ]
additional_dependencies: [ 'isort==5.12.0' ]
Expand All @@ -66,12 +66,12 @@ repos:
- id: pydocstyle
args: [ '--config=setup.cfg' ]
- repo: https://github.com/keewis/blackdoc
rev: v0.3.8
rev: v0.3.9
hooks:
- id: blackdoc
additional_dependencies: [ 'black==23.9.1' ]
additional_dependencies: [ 'black==23.10.1' ]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.0
rev: 0.27.1
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand Down
1 change: 1 addition & 0 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ xclim==0.43
pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 1df08ca

Please sign in to comment.