We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c6a7b commit fd82b43Copy full SHA for fd82b43
1 file changed
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ exclude: |
13
14
repos:
15
- repo: https://github.com/pre-commit/pre-commit-hooks
16
- rev: v4.6.0
+ rev: v5.0.0
17
hooks:
18
- id: check-added-large-files
19
- id: check-ast
@@ -33,7 +33,7 @@ repos:
33
- id: codespell
34
additional_dependencies: [tomli] # required for Python 3.10
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
- rev: "v0.6.8"
+ rev: "v0.6.9"
37
38
- id: ruff
39
args: [--fix]
0 commit comments