We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76192f8 commit 3f5448eCopy full SHA for 3f5448e
.pre-commit-config.yaml
@@ -1,13 +1,13 @@
1
---
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: 'v0.11.12'
+ rev: 'v0.15.8'
5
hooks:
6
- id: ruff
7
args: [--fix, --exit-non-zero-on-fix]
8
- id: ruff-format
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v5.0.0
+ rev: v6.0.0
11
12
- id: fix-byte-order-marker
13
- id: trailing-whitespace
@@ -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.4.1
+ rev: v2.4.2
20
21
- id: codespell
22
additional_dependencies:
0 commit comments