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 f6acd24 commit 5bbd6d1Copy full SHA for 5bbd6d1
.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.7.1
+ rev: v0.8.1
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.10
+ rev: 1.8.0
75
76
- id: bandit
77
args: [ "-c", "pyproject.toml" ]
0 commit comments