Skip to content

Commit dafbb59

Browse files
authored
Merge pull request #76 from lobbyboy-ssh/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 7964a68 + 0b3780b commit dafbb59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ ci:
33

44
repos:
55
- repo: https://github.com/PyCQA/bandit
6-
rev: 1.7.9
6+
rev: 1.7.10
77
hooks:
88
- id: bandit
99
additional_dependencies: ['toml']
1010
# not support auto read config from `pyproject.toml` for now
1111
args: ['-c', "pyproject.toml"]
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.6.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: check-toml
1717
- id: check-yaml
@@ -42,6 +42,6 @@ repos:
4242
- flake8-bugbear
4343

4444
- repo: https://github.com/psf/black
45-
rev: 24.8.0
45+
rev: 24.10.0
4646
hooks:
4747
- id: black

0 commit comments

Comments
 (0)