Skip to content

Commit 3d26987

Browse files
[pre-commit.ci] pre-commit autoupdate (#282)
<!--pre-commit.ci start--> updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/tox-dev/pyproject-fmt: 2.1.4 → 2.2.1](tox-dev/pyproject-fmt@2.1.4...2.2.1) - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.5...v0.5.6) - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3a4f2ea commit 3d26987

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
)
2525
2626
- repo: https://github.com/psf/black
27-
rev: 24.4.2
27+
rev: 24.8.0
2828
hooks:
2929
- id: black
3030
files: >-
@@ -36,17 +36,17 @@ repos:
3636
)
3737
3838
- repo: https://github.com/tox-dev/pyproject-fmt
39-
rev: 2.1.4
39+
rev: 2.2.1
4040
hooks:
4141
- id: pyproject-fmt
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.5.5
44+
rev: v0.5.6
4545
hooks:
4646
- id: ruff
4747

4848
- repo: https://github.com/pre-commit/mirrors-mypy
49-
rev: v1.11.0
49+
rev: v1.11.1
5050
hooks:
5151
- id: mypy
5252
files: nc_py_api/

0 commit comments

Comments
 (0)