Skip to content

Commit 3583142

Browse files
Merge pull request #539 from Pale-Blue-Dot-97/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents a02ba8c + 4bb9466 commit 3583142

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
44
# Ruff version.
5-
rev: v0.6.4
5+
rev: v0.6.9
66
hooks:
77
# Run the linter.
88
- id: ruff
@@ -13,7 +13,7 @@ repos:
1313
types_or: [python, pyi]
1414

1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.6.0
16+
rev: v5.0.0
1717
hooks:
1818
- id: check-ast
1919
- id: check-yaml
@@ -30,7 +30,7 @@ repos:
3030
- id: requirements-txt-fixer
3131

3232
- repo: https://github.com/asottile/blacken-docs
33-
rev: 1.18.0
33+
rev: 1.19.0
3434
hooks:
3535
- id: blacken-docs
3636
additional_dependencies: [black==22.3.0]
@@ -66,7 +66,7 @@ repos:
6666
- id: isort
6767

6868
- repo: https://github.com/PyCQA/bandit
69-
rev: 1.7.9
69+
rev: 1.7.10
7070
hooks:
7171
- id: bandit
7272
args: [-c, pyproject.toml]

0 commit comments

Comments
 (0)