Skip to content

Commit dfa2f49

Browse files
chore(deps): update pre-commit hooks (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f04ad25 commit dfa2f49

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
# - id: ruff-format
1616

1717
- repo: https://github.com/igorshubovych/markdownlint-cli
18-
rev: v0.46.0
18+
rev: v0.47.0
1919
hooks:
2020
- id: markdownlint
2121
args: ["--disable", "MD013"]
@@ -31,12 +31,12 @@ repos:
3131
- id: pyupgrade
3232

3333
- repo: https://github.com/python-jsonschema/check-jsonschema
34-
rev: 0.35.0
34+
rev: 0.36.1
3535
hooks:
3636
- id: check-renovate
3737
args: ["--verbose"]
3838

3939
- repo: https://github.com/PyCQA/bandit
40-
rev: 1.9.2
40+
rev: 1.9.3
4141
hooks:
4242
- id: bandit

0 commit comments

Comments
 (0)