Skip to content

Commit cd679fd

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#473)
<!--pre-commit.ci start--> updates: - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.6...v0.9.9) - [github.com/pycqa/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/python-jsonschema/check-jsonschema: 0.31.1 → 0.31.2](python-jsonschema/check-jsonschema@0.31.1...0.31.2) - [github.com/woodruffw/zizmor-pre-commit: v1.3.1 → v1.4.1](zizmorcore/zizmor-pre-commit@v1.3.1...v1.4.1) - [github.com/gitleaks/gitleaks: v8.23.3 → v8.24.0](gitleaks/gitleaks@v8.23.3...v8.24.0) <!--pre-commit.ci end-->
2 parents 97b695d + 3ac45e0 commit cd679fd

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
@@ -46,17 +46,17 @@ repos:
4646
- id: black
4747
exclude: ^docs/
4848
- repo: https://github.com/PyCQA/isort
49-
rev: 6.0.0
49+
rev: 6.0.1
5050
hooks:
5151
- id: isort
5252
- repo: https://github.com/astral-sh/ruff-pre-commit
53-
rev: v0.9.6
53+
rev: v0.9.9
5454
hooks:
5555
- id: ruff
5656
args: [ '--fix' ]
5757
# - id: ruff-format
5858
- repo: https://github.com/pycqa/flake8
59-
rev: 7.1.1
59+
rev: 7.1.2
6060
hooks:
6161
- id: flake8
6262
additional_dependencies: [ 'flake8-rst-docstrings' ]
@@ -103,17 +103,17 @@ repos:
103103
- id: numpydoc-validation
104104
exclude: "^docs/|^tests/"
105105
- repo: https://github.com/python-jsonschema/check-jsonschema
106-
rev: 0.31.1
106+
rev: 0.31.2
107107
hooks:
108108
- id: check-github-workflows
109109
- id: check-readthedocs
110110
- repo: https://github.com/woodruffw/zizmor-pre-commit
111-
rev: v1.3.1
111+
rev: v1.4.1
112112
hooks:
113113
- id: zizmor
114114
args: [ '--config=.zizmor.yml' ]
115115
- repo: https://github.com/gitleaks/gitleaks
116-
rev: v8.23.3
116+
rev: v8.24.0
117117
hooks:
118118
- id: gitleaks
119119
- repo: meta

0 commit comments

Comments
 (0)