We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007a745 commit e22a2e7Copy full SHA for e22a2e7
.pre-commit-config.yaml
@@ -144,7 +144,7 @@ repos:
144
]
145
exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
146
- repo: https://github.com/rbubley/mirrors-prettier
147
- rev: v3.5.0
+ rev: v3.5.1
148
hooks:
149
- id: prettier
150
args: [--prose-wrap=always, --print-width=88]
@@ -171,7 +171,7 @@ repos:
171
setup.cfg
172
)$
173
- repo: https://github.com/PyCQA/bandit
174
- rev: 1.8.2
+ rev: 1.8.3
175
176
- id: bandit
177
args: ["-r", "-lll"]
0 commit comments