We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f37bf commit 381c6c4Copy full SHA for 381c6c4
1 file changed
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
- id: disallow-caps
23
name: Disallow improper capitalization
24
language: pygrep
25
- entry: PyBind|Numpy|Cmake|CCache|Github|PyTest
+ entry: PyBind|Numpy|Cmake|CCache|Github|PyTest|*.po
26
exclude: .pre-commit-config.yaml
27
28
- repo: https://github.com/pre-commit/pygrep-hooks
@@ -33,7 +33,7 @@ repos:
33
- id: rst-inline-touching-normal
34
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
- rev: v0.1.5
+ rev: v0.1.6
37
hooks:
38
- id: ruff
39
- id: ruff-format
0 commit comments