Skip to content

Commit 3a89b10

Browse files
committed
⬆ Bump (libraries): Update ruff 0.6.7
1 parent 9369396 commit 3a89b10

File tree

3 files changed

+202
-198
lines changed

3 files changed

+202
-198
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- --keep-runtime-typing
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.6.5
32+
rev: v0.6.7
3333
hooks:
3434
# Run the linter.
3535
- id: ruff
@@ -51,7 +51,7 @@ repos:
5151
args: [ "--config", "pyproject.toml" ]
5252

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.6.5
54+
rev: v0.6.7
5555
hooks:
5656
# Run the formatter.
5757
- id: ruff-format
@@ -71,7 +71,7 @@ repos:
7171
exclude: "introduction/pydantic_intro.py"
7272

7373
- repo: https://github.com/PyCQA/bandit
74-
rev: 1.7.9
74+
rev: 1.7.10
7575
hooks:
7676
- id: bandit
7777
args: [ "-c", "pyproject.toml" ]

0 commit comments

Comments
 (0)