We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d9b15 commit bd2e5b6Copy full SHA for bd2e5b6
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.7
+ rev: v0.15.8
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
@@ -45,7 +45,7 @@ repos:
45
46
# toml-sort
47
- repo: https://github.com/pappasam/toml-sort.git
48
- rev: v0.24.3
+ rev: v0.24.4
49
50
- id: toml-sort-fix
51
0 commit comments