Skip to content

Commit 0b212cf

Browse files
[pre-commit.ci] pre-commit autoupdate (#9498)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.2](astral-sh/ruff-pre-commit@v0.2.2...v0.3.2) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0) - [github.com/PyCQA/bandit: 1.7.7 → 1.7.8](PyCQA/bandit@1.7.7...1.7.8) --------- Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
1 parent 04e7f7a commit 0b212cf

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.2.2"
20+
rev: "v0.3.2"
2121
hooks:
2222
- id: ruff
2323
args: ["--fix"]
@@ -120,7 +120,7 @@ repos:
120120
files: ^(doc/(.*/)*.*\.rst)
121121
additional_dependencies: [Sphinx==5.0.1]
122122
- repo: https://github.com/pre-commit/mirrors-mypy
123-
rev: v1.8.0
123+
rev: v1.9.0
124124
hooks:
125125
- id: mypy
126126
name: mypy
@@ -166,7 +166,7 @@ repos:
166166
setup.cfg
167167
)$
168168
- repo: https://github.com/PyCQA/bandit
169-
rev: 1.7.7
169+
rev: 1.7.8
170170
hooks:
171171
- id: bandit
172172
args: ["-r", "-lll"]

0 commit comments

Comments
 (0)