We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a71714 commit f39eb51Copy full SHA for f39eb51
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.15.4
+ rev: v0.15.5
4
hooks:
5
- id: ruff
6
args: [--fix]
@@ -11,7 +11,7 @@ repos:
11
- id: check-github-workflows
12
- id: check-renovate
13
- repo: https://github.com/codespell-project/codespell
14
- rev: v2.4.1
+ rev: v2.4.2
15
16
- id: codespell
17
additional_dependencies:
0 commit comments