Skip to content

Commit 6791e4f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0-alpha.6](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.0-alpha.6)
1 parent cbbc2ce commit 6791e4f

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
@@ -34,7 +34,7 @@ repos:
3434
- --quiet
3535
files: ^((plugwise|tests)/.+)?[^/]+\.py$
3636
- repo: https://github.com/codespell-project/codespell
37-
rev: v2.2.2
37+
rev: v2.2.4
3838
hooks:
3939
- id: codespell
4040
args:
@@ -57,7 +57,7 @@ repos:
5757
files: ^(plugwise|tests)/.+\.py$
5858
args: ["--verbose", "--append-config=setup.cfg"]
5959
- repo: https://github.com/PyCQA/bandit
60-
rev: 1.7.4
60+
rev: 1.7.5
6161
hooks:
6262
- id: bandit
6363
args:
@@ -70,7 +70,7 @@ repos:
7070
hooks:
7171
- id: yamllint
7272
- repo: https://github.com/pre-commit/mirrors-prettier
73-
rev: v3.0.0-alpha.4
73+
rev: v3.0.0-alpha.6
7474
hooks:
7575
- id: prettier
7676
- repo: https://github.com/cdce8p/python-typing-update

0 commit comments

Comments
 (0)