Skip to content

Commit c96d0c7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.42.0](igorshubovych/markdownlint-cli@v0.41.0...v0.42.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/pycqa/bandit: 1.7.8 → 1.7.10](PyCQA/bandit@1.7.8...1.7.10) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.16.0 → v9.18.0](alessandrojcm/commitlint-pre-commit-hook@v9.16.0...v9.18.0)
1 parent 50333a5 commit c96d0c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: end-of-file-fixer
1212
- id: check-shebang-scripts-are-executable
1313
- repo: https://github.com/igorshubovych/markdownlint-cli
14-
rev: v0.41.0
14+
rev: v0.42.0
1515
hooks:
1616
- id: markdownlint
1717
name: check markdown
@@ -21,12 +21,12 @@ repos:
2121
- id: yamllint
2222
name: check yaml
2323
- repo: https://github.com/pycqa/flake8
24-
rev: 7.0.0
24+
rev: 7.1.1
2525
hooks:
2626
- id: flake8
2727
name: check python style and quality
2828
- repo: https://github.com/psf/black
29-
rev: 24.4.2
29+
rev: 24.8.0
3030
hooks:
3131
- id: black
3232
name: format python
@@ -36,12 +36,12 @@ repos:
3636
- id: isort
3737
name: sort python imports
3838
- repo: https://github.com/pycqa/bandit
39-
rev: 1.7.8
39+
rev: 1.7.10
4040
hooks:
4141
- id: bandit
4242
name: security audit for python
4343
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
44-
rev: v9.16.0
44+
rev: v9.18.0
4545
hooks:
4646
- id: commitlint
4747
name: check commit message

0 commit comments

Comments
 (0)