Skip to content

Commit 7f55fb0

Browse files
[CI/CD] pre-commit autoupdate (#3392)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bf9dfa8 commit 7f55fb0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.20
28+
rev: v0.15.22
2929
hooks:
3030
- id: ruff-check
3131
args: [--target-version=py37, --ignore, E722, --config, "builtins = ['_']"]
@@ -37,7 +37,7 @@ repos:
3737
- id: black
3838
args: [--skip-string-normalization, -t, py37, -t, py38, -t, py39, -t, py310, -t, py311, -t, py312, -t, py313, -t, py314]
3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.4.2
40+
rev: v2.4.3
4141
hooks:
4242
- id: codespell
4343
# See args in setup.cfg
@@ -57,7 +57,7 @@ repos:
5757
- --show-source
5858
- --statistics
5959
- repo: https://github.com/timothycrosley/isort
60-
rev: 9.0.0a3
60+
rev: 9.0.0b1
6161
hooks:
6262
- id: isort
6363
args: [--profile, black, --filter-files]

0 commit comments

Comments
 (0)