Skip to content

Commit 767426d

Browse files
ci: pre-commit autoupdate
updates: - [github.com/compilerla/conventional-pre-commit: v2.4.0 → v3.2.0](compilerla/conventional-pre-commit@v2.4.0...v3.2.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.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.8.5](nbQA-dev/nbQA@1.7.0...1.8.5) - [github.com/bwhmather/ssort: v0.11.6 → 0.13.0](bwhmather/ssort@v0.11.6...0.13.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.16.0](asottile/pyupgrade@v3.15.0...v3.16.0) - [github.com/psf/black: 23.10.1 → 24.4.2](psf/black@23.10.1...24.4.2) - [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.2.3](pylint-dev/pylint@v3.0.1...v3.2.3) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.10.0](pre-commit/mirrors-mypy@v1.6.1...v1.10.0) - [github.com/PyCQA/bandit: 1.7.5 → 1.7.9](PyCQA/bandit@1.7.5...1.7.9) - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1) - [github.com/python-poetry/poetry: 1.7.0 → 1.8.0](python-poetry/poetry@1.7.0...1.8.0)
1 parent e600388 commit 767426d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.pre-commit-config.yaml

+13-13
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.2.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.5.0
39+
rev: v4.6.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.2
73+
rev: v1.3.3
7474
hooks:
7575
- id: python-safety-dependencies-check
7676
files: pyproject.toml
@@ -81,65 +81,65 @@ repos:
8181
- id: docformatter
8282

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

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

101101
- repo: https://github.com/psf/black
102-
rev: 23.10.1
102+
rev: 24.4.2
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.2.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.10.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.9
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

141141
- repo: https://github.com/python-poetry/poetry
142-
rev: 1.7.0
142+
rev: 1.8.0
143143
hooks:
144144
- id: poetry-check
145145
- id: poetry-lock

0 commit comments

Comments
 (0)