Skip to content

Commit 9afb244

Browse files
authored
Merge pull request #212 from andthum/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b5ead3f + cec69a5 commit 9afb244

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ repos:
116116
- id: "check-pre-commit-ci-config"
117117

118118
- repo: "https://github.com/python-jsonschema/check-jsonschema"
119-
rev: "0.27.0"
119+
rev: "0.27.3"
120120
hooks:
121121
# Validate Dependabot Config (v2) against the schema provided by
122122
# SchemaStore.
@@ -153,7 +153,7 @@ repos:
153153
- id: "rst-inline-touching-normal"
154154

155155
- repo: "https://github.com/PyCQA/isort"
156-
rev: "5.12.0"
156+
rev: "5.13.2"
157157
hooks:
158158
# Sort import statements with isort
159159
- id: "isort"
@@ -169,7 +169,7 @@ repos:
169169
- "colorama"
170170

171171
- repo: "https://github.com/psf/black-pre-commit-mirror"
172-
rev: "23.9.1"
172+
rev: "23.12.1"
173173
hooks:
174174
# Format Python code with black.
175175
- id: "black"
@@ -204,7 +204,7 @@ repos:
204204
- "pep8-naming >=0.1, <1.0"
205205

206206
- repo: "https://github.com/PyCQA/bandit"
207-
rev: "1.7.5"
207+
rev: "1.7.6"
208208
hooks:
209209
# Check code security with bandit.
210210
- id: "bandit"

0 commit comments

Comments
 (0)