Skip to content

Commit dc35082

Browse files
authored
Merge branch 'master' into use-pooch
2 parents e383cf7 + 1a119bf commit dc35082

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ repos:
5151
hooks:
5252
- id: isort
5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.11.13
54+
rev: v0.12.2
5555
hooks:
5656
- id: ruff-check
5757
args: [ '--fix' ]
5858
# - id: ruff-format
5959
- repo: https://github.com/pycqa/flake8
60-
rev: 7.2.0
60+
rev: 7.3.0
6161
hooks:
6262
- id: flake8
6363
additional_dependencies: [ 'flake8-rst-docstrings' ]
@@ -87,7 +87,7 @@ repos:
8787
files: ".ipynb"
8888
args: [ '--extra-keys=metadata.kernelspec' ]
8989
- repo: https://github.com/keewis/blackdoc
90-
rev: v0.3.10
90+
rev: v0.4.1
9191
hooks:
9292
- id: blackdoc
9393
additional_dependencies: [ 'black==25.1.0' ]
@@ -99,17 +99,17 @@ repos:
9999
additional_dependencies: [ 'tomli' ]
100100
args: [ '--toml=pyproject.toml' ]
101101
- repo: https://github.com/numpy/numpydoc
102-
rev: v1.8.0
102+
rev: v1.9.0
103103
hooks:
104104
- id: numpydoc-validation
105105
exclude: "^docs/|^tests/"
106106
- repo: https://github.com/python-jsonschema/check-jsonschema
107-
rev: 0.33.0
107+
rev: 0.33.2
108108
hooks:
109109
- id: check-github-workflows
110110
- id: check-readthedocs
111111
- repo: https://github.com/woodruffw/zizmor-pre-commit
112-
rev: v1.9.0
112+
rev: v1.11.0
113113
hooks:
114114
- id: zizmor
115115
args: [ '--config=.zizmor.yml' ]

0 commit comments

Comments
 (0)