Skip to content

Commit 988b818

Browse files
[pre-commit.ci] pre-commit autoupdate (#9303)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/isort: 5.12.0 → 5.13.1](PyCQA/isort@5.12.0...5.13.1) - [github.com/PyCQA/bandit: 1.7.5 → 1.7.6](PyCQA/bandit@1.7.5...1.7.6) * Downgrade prettier --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent 0318b6b commit 988b818

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
exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/
3535
types: [python]
3636
- repo: https://github.com/PyCQA/isort
37-
rev: 5.12.0
37+
rev: 5.13.1
3838
hooks:
3939
- id: isort
4040
exclude: doc/data/messages/
@@ -131,7 +131,7 @@ repos:
131131
]
132132
exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
133133
- repo: https://github.com/pre-commit/mirrors-prettier
134-
rev: v4.0.0-alpha.3-1
134+
rev: v3.1.0
135135
hooks:
136136
- id: prettier
137137
args: [--prose-wrap=always, --print-width=88]
@@ -158,7 +158,7 @@ repos:
158158
setup.cfg
159159
)$
160160
- repo: https://github.com/PyCQA/bandit
161-
rev: 1.7.5
161+
rev: 1.7.6
162162
hooks:
163163
- id: bandit
164164
args: ["-r", "-lll"]

0 commit comments

Comments
 (0)