Skip to content

Commit 1e02955

Browse files
[pre-commit.ci] pre-commit autoupdate (#205)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4) - [github.com/pycqa/bandit: 1.7.4 → 1.7.5](PyCQA/bandit@1.7.4...1.7.5) * pre-commit: install bandit[toml] --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Peter Rowlands <[email protected]>
1 parent a488505 commit 1e02955

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 23.1.0
5+
rev: 23.3.0
66
hooks:
77
- id: black
88
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -25,7 +25,7 @@ repos:
2525
- id: sort-simple-yaml
2626
- id: trailing-whitespace
2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.2.2
28+
rev: v2.2.4
2929
hooks:
3030
- id: codespell
3131
additional_dependencies: ["tomli"]
@@ -48,8 +48,8 @@ repos:
4848
- flake8-debugger==4.1.2
4949
- flake8-string-format==0.3.0
5050
- repo: https://github.com/pycqa/bandit
51-
rev: 1.7.4
51+
rev: 1.7.5
5252
hooks:
5353
- id: bandit
54-
args: [-c, pyproject.toml]
55-
additional_dependencies: ["toml"]
54+
args: ["-c", "pyproject.toml"]
55+
additional_dependencies: [".[toml]"]

0 commit comments

Comments
 (0)