Skip to content

Commit d540917

Browse files
ci: pre-commit autoupdate
updates: - [github.com/compilerla/conventional-pre-commit: v2.4.0 → v3.1.0](compilerla/conventional-pre-commit@v2.4.0...v3.1.0) - [github.com/Lucas-C/pre-commit-hooks-safety: v1.3.2 → v1.3.3](Lucas-C/pre-commit-hooks-safety@v1.3.2...v1.3.3) - [github.com/nbQA-dev/nbQA: 1.7.0 → 1.7.1](nbQA-dev/nbQA@1.7.0...1.7.1) - [github.com/bwhmather/ssort: v0.11.6 → 0.12.4](bwhmather/ssort@v0.11.6...0.12.4) - [github.com/psf/black: 23.10.1 → 24.2.0](psf/black@23.10.1...24.2.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/PyCQA/pylint: v3.0.1 → v3.0.3](pylint-dev/pylint@v3.0.1...v3.0.3) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.8.0](pre-commit/mirrors-mypy@v1.6.1...v1.8.0) - [github.com/PyCQA/bandit: 1.7.5 → 1.7.7](PyCQA/bandit@1.7.5...1.7.7) - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1)
1 parent e600388 commit d540917

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

+10-10
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: v2.4.0
16+
rev: v3.1.0
1717
hooks:
1818
- id: conventional-pre-commit
1919
stages: [commit-msg]
@@ -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.2
73+
rev: v1.3.3
7474
hooks:
7575
- id: python-safety-dependencies-check
7676
files: pyproject.toml
@@ -81,15 +81,15 @@ repos:
8181
- id: docformatter
8282

8383
- repo: https://github.com/nbQA-dev/nbQA
84-
rev: 1.7.0
84+
rev: 1.7.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: v0.11.6
92+
rev: 0.12.4
9393
hooks:
9494
- id: ssort
9595

@@ -99,42 +99,42 @@ repos:
9999
- id: pyupgrade
100100

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

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

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

120120
- repo: https://github.com/pre-commit/mirrors-mypy
121-
rev: v1.6.1
121+
rev: v1.8.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.5
129+
rev: 1.7.7
130130
hooks:
131131
- id: bandit
132132
exclude: "^tests/"
133133
args:
134134
- "-r"
135135

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

0 commit comments

Comments
 (0)