Skip to content
This repository was archived by the owner on Nov 29, 2025. It is now read-only.

Commit e52d0fb

Browse files
ci: pre-commit autoupdate
updates: - [github.com/compilerla/conventional-pre-commit: v3.2.0 → v4.0.0](compilerla/conventional-pre-commit@v3.2.0...v4.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/Lucas-C/pre-commit-hooks-safety: v1.3.3 → v1.4.0](Lucas-C/pre-commit-hooks-safety@v1.3.3...v1.4.0) - [github.com/nbQA-dev/nbQA: 1.8.5 → 1.9.1](nbQA-dev/nbQA@1.8.5...1.9.1) - [github.com/bwhmather/ssort: 0.12.4 → 0.14.0](bwhmather/ssort@0.12.4...0.14.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.19.1](asottile/pyupgrade@v3.15.2...v3.19.1) - [github.com/psf/black: 24.4.0 → 25.1.0](psf/black@24.4.0...25.1.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/PyCQA/pylint: v3.1.0 → v3.3.4](pylint-dev/pylint@v3.1.0...v3.3.4) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.15.0](pre-commit/mirrors-mypy@v1.9.0...v1.15.0) - [github.com/PyCQA/bandit: 1.7.8 → 1.8.2](PyCQA/bandit@1.7.8...1.8.2) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1)
1 parent 196cb0f commit e52d0fb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.pre-commit-config.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ci:
1313

1414
repos:
1515
- repo: https://github.com/compilerla/conventional-pre-commit
16-
rev: v3.2.0
16+
rev: v4.0.0
1717
hooks:
1818
- id: conventional-pre-commit
1919
stages: [commit-msg]
@@ -36,7 +36,7 @@ repos:
3636
]
3737

3838
- repo: https://github.com/pre-commit/pre-commit-hooks
39-
rev: v4.6.0
39+
rev: v5.0.0
4040
hooks:
4141
- id: trailing-whitespace
4242
- id: end-of-file-fixer
@@ -70,7 +70,7 @@ repos:
7070
- id: text-unicode-replacement-char
7171

7272
- repo: https://github.com/Lucas-C/pre-commit-hooks-safety
73-
rev: v1.3.3
73+
rev: v1.4.0
7474
hooks:
7575
- id: python-safety-dependencies-check
7676
files: pyproject.toml
@@ -81,60 +81,60 @@ repos:
8181
- id: docformatter
8282

8383
- repo: https://github.com/nbQA-dev/nbQA
84-
rev: 1.8.5
84+
rev: 1.9.1
8585
hooks:
8686
- id: nbqa-check-ast
8787
- id: nbqa-mypy
8888
args: ["--config-file=pyproject.toml"]
8989
- id: nbqa-pyupgrade
9090

9191
- repo: https://github.com/bwhmather/ssort
92-
rev: 0.12.4
92+
rev: 0.14.0
9393
hooks:
9494
- id: ssort
9595

9696
- repo: https://github.com/asottile/pyupgrade
97-
rev: v3.15.2
97+
rev: v3.19.1
9898
hooks:
9999
- id: pyupgrade
100100

101101
- repo: https://github.com/psf/black
102-
rev: 24.4.0
102+
rev: 25.1.0
103103
hooks:
104104
- id: black
105105
- id: black-jupyter
106106
files: \.ipynb$
107107

108108
- repo: https://github.com/PyCQA/isort
109-
rev: 5.13.2
109+
rev: 6.0.0
110110
hooks:
111111
- id: isort
112112
args: ["--profile=black"]
113113

114114
- repo: https://github.com/PyCQA/pylint
115-
rev: v3.1.0
115+
rev: v3.3.4
116116
hooks:
117117
- id: pylint
118118
args: ["--rcfile=pyproject.toml"]
119119

120120
- repo: https://github.com/pre-commit/mirrors-mypy
121-
rev: v1.9.0
121+
rev: v1.15.0
122122
hooks:
123123
- id: mypy
124124
args:
125125
- "--config-file=pyproject.toml"
126126
exclude: "tests"
127127

128128
- repo: https://github.com/PyCQA/bandit
129-
rev: 1.7.8
129+
rev: 1.8.2
130130
hooks:
131131
- id: bandit
132132
exclude: "^tests/"
133133
args:
134134
- "-r"
135135

136136
- repo: https://github.com/kynan/nbstripout
137-
rev: 0.7.1
137+
rev: 0.8.1
138138
hooks:
139139
- id: nbstripout
140140

0 commit comments

Comments
 (0)