Skip to content

Commit 255ed0b

Browse files
pre-commit-ci[bot]DanielNoord
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.4.9](astral-sh/ruff-pre-commit@v0.4.8...v0.4.9) - [github.com/rbubley/mirrors-prettier: v3.3.1 → v3.3.2](rbubley/mirrors-prettier@v3.3.1...v3.3.2) - [github.com/PyCQA/bandit: 1.7.8 → 1.7.9](PyCQA/bandit@1.7.8...1.7.9)
1 parent d5649e7 commit 255ed0b

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
@@ -17,7 +17,7 @@ repos:
1717
doc/data/messages/m/missing-final-newline/bad/crlf.py
1818
)$
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: "v0.4.8"
20+
rev: "v0.4.9"
2121
hooks:
2222
- id: ruff
2323
args: ["--fix"]
@@ -142,7 +142,7 @@ repos:
142142
]
143143
exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
144144
- repo: https://github.com/rbubley/mirrors-prettier
145-
rev: v3.3.1
145+
rev: v3.3.2
146146
hooks:
147147
- id: prettier
148148
args: [--prose-wrap=always, --print-width=88]
@@ -169,7 +169,7 @@ repos:
169169
setup.cfg
170170
)$
171171
- repo: https://github.com/PyCQA/bandit
172-
rev: 1.7.8
172+
rev: 1.7.9
173173
hooks:
174174
- id: bandit
175175
args: ["-r", "-lll"]

0 commit comments

Comments
 (0)