We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a02ba8c + 4bb9466 commit 3583142Copy full SHA for 3583142
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
# Ruff version.
5
- rev: v0.6.4
+ rev: v0.6.9
6
hooks:
7
# Run the linter.
8
- id: ruff
@@ -13,7 +13,7 @@ repos:
13
types_or: [python, pyi]
14
15
- repo: https://github.com/pre-commit/pre-commit-hooks
16
- rev: v4.6.0
+ rev: v5.0.0
17
18
- id: check-ast
19
- id: check-yaml
@@ -30,7 +30,7 @@ repos:
30
- id: requirements-txt-fixer
31
32
- repo: https://github.com/asottile/blacken-docs
33
- rev: 1.18.0
+ rev: 1.19.0
34
35
- id: blacken-docs
36
additional_dependencies: [black==22.3.0]
@@ -66,7 +66,7 @@ repos:
66
- id: isort
67
68
- repo: https://github.com/PyCQA/bandit
69
- rev: 1.7.9
+ rev: 1.7.10
70
71
- id: bandit
72
args: [-c, pyproject.toml]
0 commit comments