We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b9028 commit 9c8e8b6Copy full SHA for 9c8e8b6
.pre-commit-config.yaml
@@ -83,16 +83,16 @@ repos:
83
|tests/.*
84
)$
85
- repo: "https://github.com/pre-commit/pre-commit-hooks"
86
- rev: "v4.6.0"
+ rev: "v5.0.0"
87
hooks:
88
- id: "end-of-file-fixer"
89
- id: "trailing-whitespace"
90
- repo: "https://github.com/DavidAnson/markdownlint-cli2"
91
- rev: "v0.13.0"
+ rev: "v0.17.1"
92
93
- id: "markdownlint-cli2"
94
- repo: "https://github.com/srstevenson/nb-clean"
95
- rev: "3.2.0"
+ rev: "4.0.1"
96
97
- id: "nb-clean"
98
args:
@@ -108,7 +108,7 @@ repos:
108
109
110
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
111
- rev: "v0.4.1"
+ rev: "v0.8.6"
112
113
- id: "ruff"
114
args: ["--extend-fixable", "PIE790"]
0 commit comments