Skip to content

Commit 8361b02

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.9](PyCQA/bandit@1.7.8...1.7.9) - [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 8361b02

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
@@ -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.9
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)