Skip to content

Commit 49a74d9

Browse files
[CI/CD] pre-commit autoupdate
1 parent 7f55fb0 commit 49a74d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: bandit
2626
args: ["--skip=B104,B105,B108,B110,B301,B310,B321,B402,B403,B404,B602,B603,B604,B605,B607,B701"]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.15.22
28+
rev: v0.16.4
2929
hooks:
3030
- id: ruff-check
3131
args: [--target-version=py37, --ignore, E722, --config, "builtins = ['_']"]
@@ -57,7 +57,7 @@ repos:
5757
- --show-source
5858
- --statistics
5959
- repo: https://github.com/timothycrosley/isort
60-
rev: 9.0.0b1
60+
rev: 9.0.0b5
6161
hooks:
6262
- id: isort
6363
args: [--profile, black, --filter-files]

0 commit comments

Comments
 (0)