Skip to content

Commit d6d5ebd

Browse files
Merge pull request #1611 from OSOceanAcoustics/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents ac0271e + a4ea1c5 commit d6d5ebd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ repos:
1818
args: ["--autofix", "--indent=2", "--no-sort-keys"]
1919

2020
- repo: https://github.com/PyCQA/isort
21-
rev: 8.0.0
21+
rev: 8.0.1
2222
hooks:
2323
- id: isort
2424
args: ["--profile", "black", "--filter-files"]
2525

2626
- repo: https://github.com/psf/black-pre-commit-mirror
27-
rev: 26.1.0
27+
rev: 26.3.0
2828
hooks:
2929
- id: black
3030

@@ -34,7 +34,7 @@ repos:
3434
- id: flake8
3535

3636
- repo: https://github.com/codespell-project/codespell
37-
rev: v2.4.1
37+
rev: v2.4.2
3838
hooks:
3939
- id: codespell
4040
# Checks spelling in `docs/source` and `echopype` dirs ONLY

0 commit comments

Comments
 (0)