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 7f99987 commit 49efa99Copy full SHA for 49efa99
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
---
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: 'v0.9.2'
+ rev: 'v0.11.2'
5
hooks:
6
- id: ruff
7
args: [--fix, --exit-non-zero-on-fix]
@@ -16,7 +16,7 @@ repos:
16
exclude: "\\.svg$|\\.map$|\\.min\\.css$|\\.min\\.js$|\\.po$|\\.pot$"
17
- id: check-toml
18
- repo: https://github.com/codespell-project/codespell
19
- rev: v2.3.0
+ rev: v2.4.1
20
21
- id: codespell
22
additional_dependencies:
0 commit comments