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 884e746 commit baeda48Copy full SHA for baeda48
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v5.0.0
+ rev: v6.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
@@ -28,14 +28,14 @@ repos:
28
29
# The interim replacement for darglint is pydoclint.
30
- repo: https://github.com/jsh9/pydoclint
31
- rev: 0.6.7
+ rev: 0.6.10
32
33
- id: pydoclint
34
args:
35
- "--config=pyproject.toml"
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
# Ruff version.
38
- rev: v0.12.5
+ rev: v0.12.10
39
40
- id: ruff
41
args: [--fix]
0 commit comments