Skip to content

Commit

Permalink
Update pre-commit linters
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
  • Loading branch information
abompard committed Mar 31, 2023
1 parent ef12fa2 commit 0efdde1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- --keep-mock

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black
args: ["--check", "--diff", "-t", "py36"]
Expand All @@ -25,15 +25,15 @@ repos:
args: ["-c", "--df"]

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

- repo: https://github.com/myint/rstcheck
rev: v6.1.1
rev: v6.1.2
hooks:
- id: rstcheck
exclude: "news/_template.rst"
Expand Down

0 comments on commit 0efdde1

Please sign in to comment.