We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb62d2 commit 653e635Copy full SHA for 653e635
1 file changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
# ruff PyBispectra
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: v0.15.4
+ rev: v0.15.5
5
hooks:
6
- id: ruff
7
name: ruff lint pybispectra
@@ -10,7 +10,7 @@ repos:
10
11
# ruff examples
12
13
14
15
16
name: ruff lint examples
@@ -19,7 +19,7 @@ repos:
19
20
# codespell
21
- repo: https://github.com/codespell-project/codespell
22
- rev: v2.4.1
+ rev: v2.4.2
23
24
- id: codespell
25
additional_dependencies:
0 commit comments