Skip to content

Commit cd4dbf5

Browse files
authored
Merge pull request #35 from realshouzy/pre-commit-ci-update-config
2 parents 63fa289 + 3ea5819 commit cd4dbf5

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
@@ -36,16 +36,16 @@ repos:
3636
hooks:
3737
- id: isort
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.2.2
39+
rev: v0.3.2
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix]
4343
- repo: https://github.com/pre-commit/mirrors-mypy
44-
rev: v1.8.0
44+
rev: v1.9.0
4545
hooks:
4646
- id: mypy
4747
- repo: https://github.com/pycqa/bandit
48-
rev: 1.7.7
48+
rev: 1.7.8
4949
hooks:
5050
- id: bandit
5151
args: [-c, pyproject.toml]

0 commit comments

Comments
 (0)