Skip to content

Commit 0efdde1

Browse files
committed
Update pre-commit linters
Signed-off-by: Aurélien Bompard <[email protected]>
1 parent ef12fa2 commit 0efdde1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- --keep-mock
99

1010
- repo: https://github.com/psf/black
11-
rev: 22.12.0
11+
rev: 23.3.0
1212
hooks:
1313
- id: black
1414
args: ["--check", "--diff", "-t", "py36"]
@@ -25,15 +25,15 @@ repos:
2525
args: ["-c", "--df"]
2626

2727
- repo: https://github.com/PyCQA/bandit
28-
rev: 1.7.4
28+
rev: 1.7.5
2929
hooks:
3030
- id: bandit
3131
args: ["-ll", "-x", "*/tests/*"]
3232
# All files in one go to get a single report
3333
require_serial: true
3434

3535
- repo: https://github.com/myint/rstcheck
36-
rev: v6.1.1
36+
rev: v6.1.2
3737
hooks:
3838
- id: rstcheck
3939
exclude: "news/_template.rst"

0 commit comments

Comments
 (0)