Skip to content

Commit 9f844ad

Browse files
[pre-commit.ci] pre-commit autoupdate (#41)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/PyCQA/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 67e709d commit 9f844ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v4.4.0
77
hooks:
88
- id: check-yaml
99
exclude: (^3rdparty)
@@ -17,13 +17,13 @@ repos:
1717
exclude: (^3rdparty|^js|^proto)
1818

1919
- repo: https://github.com/PyCQA/isort
20-
rev: 5.10.1
20+
rev: 5.11.4
2121
hooks:
2222
- id: isort
2323
files: nc_py_api/
2424

2525
- repo: https://github.com/psf/black
26-
rev: 22.10.0
26+
rev: 22.12.0
2727
hooks:
2828
- id: black
2929
files: nc_py_api/

0 commit comments

Comments
 (0)