We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac0271e + a4ea1c5 commit d6d5ebdCopy full SHA for d6d5ebd
1 file changed
.pre-commit-config.yaml
@@ -18,13 +18,13 @@ repos:
18
args: ["--autofix", "--indent=2", "--no-sort-keys"]
19
20
- repo: https://github.com/PyCQA/isort
21
- rev: 8.0.0
+ rev: 8.0.1
22
hooks:
23
- id: isort
24
args: ["--profile", "black", "--filter-files"]
25
26
- repo: https://github.com/psf/black-pre-commit-mirror
27
- rev: 26.1.0
+ rev: 26.3.0
28
29
- id: black
30
@@ -34,7 +34,7 @@ repos:
34
- id: flake8
35
36
- repo: https://github.com/codespell-project/codespell
37
- rev: v2.4.1
+ rev: v2.4.2
38
39
- id: codespell
40
# Checks spelling in `docs/source` and `echopype` dirs ONLY
0 commit comments