Skip to content

Commit 196f77e

Browse files
committed
Update pre-commit config.
1 parent a40e464 commit 196f77e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ minimum_pre_commit_version: 1.21.0
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.4.0
14+
rev: v6.0.0
1515
hooks:
1616
# Prevent giant files from being committed.
1717
- id: check-added-large-files
@@ -27,34 +27,34 @@ repos:
2727
- id: no-commit-to-branch
2828

2929
- repo: https://github.com/codespell-project/codespell
30-
rev: "v2.2.2"
30+
rev: "v2.4.1"
3131
hooks:
3232
- id: codespell
3333
types_or: [asciidoc, python, markdown, rst]
3434
additional_dependencies: [tomli]
3535

3636
- repo: https://github.com/psf/black
37-
rev: 23.3.0
37+
rev: 25.1.0
3838
hooks:
3939
- id: black
4040
pass_filenames: false
4141
args: [--config=./pyproject.toml, .]
4242

4343
- repo: https://github.com/PyCQA/flake8
44-
rev: 7.0.0
44+
rev: 7.3.0
4545
hooks:
4646
- id: flake8
4747
types: [file, python]
4848

4949
- repo: https://github.com/pycqa/isort
50-
rev: 5.12.0
50+
rev: 6.0.1
5151
hooks:
5252
- id: isort
5353
types: [file, python]
5454
args: [--filter-files, --skip=./lib/ncdata/__init__.py]
5555

5656
- repo: https://github.com/asottile/blacken-docs
57-
rev: 1.13.0
57+
rev: 1.19.1
5858
hooks:
5959
- id: blacken-docs
6060
types: [file, rst]

0 commit comments

Comments
 (0)