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 b4af893 commit a412ff7Copy full SHA for a412ff7
.pre-commit-config.yaml
@@ -31,7 +31,7 @@ repos:
31
32
- repo: https://github.com/charliermarsh/ruff-pre-commit
33
# Ruff version.
34
- rev: 'v0.9.3'
+ rev: 'v0.9.4'
35
hooks:
36
- id: ruff
37
- id: ruff-format
@@ -62,7 +62,7 @@ repos:
62
- id: strip-exif
63
64
- repo: https://github.com/codespell-project/codespell
65
- rev: v2.4.0
+ rev: v2.4.1
66
67
- id: codespell
68
additional_dependencies:
0 commit comments