There was an error while loading. Please reload this page.
2 parents c8309b0 + 250a65c commit 2489563Copy full SHA for 2489563
1 file changed
.pre-commit-config.yaml
@@ -2,14 +2,14 @@ exclude: ^(?:gitdb|smmap)/
2
3
repos:
4
- repo: https://github.com/codespell-project/codespell
5
- rev: v2.4.2
+ rev: v2.4.3
6
hooks:
7
- id: codespell
8
additional_dependencies: [tomli]
9
exclude: ^test/fixtures/
10
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.15.20
+ rev: v0.16.0
13
14
- id: ruff-check
15
args: ["--fix"]
0 commit comments