Skip to content

Commit e4a5de1

Browse files
authored
Merge pull request #154 from andthum/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b8e45e0 + 2b73b70 commit e4a5de1

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
@@ -108,7 +108,7 @@ repos:
108108
- id: "check-pre-commit-ci-config"
109109

110110
- repo: "https://github.com/python-jsonschema/check-jsonschema"
111-
rev: "0.27.0"
111+
rev: "0.27.3"
112112
hooks:
113113
# Validate Dependabot Config (v2) against the schema provided by
114114
# SchemaStore.
@@ -145,7 +145,7 @@ repos:
145145
- id: "rst-inline-touching-normal"
146146

147147
- repo: "https://github.com/PyCQA/isort"
148-
rev: "5.12.0"
148+
rev: "5.13.2"
149149
hooks:
150150
# Sort import statements with isort
151151
- id: "isort"
@@ -161,7 +161,7 @@ repos:
161161
- "colorama"
162162

163163
- repo: "https://github.com/psf/black-pre-commit-mirror"
164-
rev: "23.9.1"
164+
rev: "23.12.1"
165165
hooks:
166166
# Format Python code with black.
167167
- id: "black"
@@ -193,7 +193,7 @@ repos:
193193
- "pep8-naming >=0.1, <1.0"
194194

195195
- repo: "https://github.com/PyCQA/bandit"
196-
rev: "1.7.5"
196+
rev: "1.7.6"
197197
hooks:
198198
# Check code security with bandit.
199199
- id: "bandit"

0 commit comments

Comments
 (0)