Skip to content

Commit dc57786

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/PyCQA/bandit: 1.7.5 → 1.7.6](PyCQA/bandit@1.7.5...1.7.6)
1 parent 3bbb423 commit dc57786

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
@@ -22,12 +22,12 @@ repos:
2222
stages: [commit-msg]
2323
args: []
2424
- repo: https://github.com/psf/black
25-
rev: 23.11.0
25+
rev: 23.12.0
2626
hooks:
2727
- id: black
2828
args: [--safe, --quiet]
2929
- repo: https://github.com/pycqa/isort
30-
rev: 5.12.0
30+
rev: 5.13.2
3131
hooks:
3232
- id: isort
3333
name: isort (python)
@@ -59,7 +59,7 @@ repos:
5959
additional_dependencies:
6060
- typing_extensions
6161
- repo: https://github.com/PyCQA/bandit
62-
rev: 1.7.5
62+
rev: 1.7.6
6363
hooks:
6464
- id: bandit
6565
args: [--skip, B101, --recursive, clumper]

0 commit comments

Comments
 (0)