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 9369396 commit 3a89b10Copy full SHA for 3a89b10
.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
29
- --keep-runtime-typing
30
31
- repo: https://github.com/astral-sh/ruff-pre-commit
32
- rev: v0.6.5
+ rev: v0.6.7
33
hooks:
34
# Run the linter.
35
- id: ruff
@@ -51,7 +51,7 @@ repos:
51
args: [ "--config", "pyproject.toml" ]
52
53
54
55
56
# Run the formatter.
57
- id: ruff-format
@@ -71,7 +71,7 @@ repos:
71
exclude: "introduction/pydantic_intro.py"
72
73
- repo: https://github.com/PyCQA/bandit
74
- rev: 1.7.9
+ rev: 1.7.10
75
76
- id: bandit
77
args: [ "-c", "pyproject.toml" ]
0 commit comments