Skip to content

Commit 3af8fb6

Browse files
authored
Drop support for nptyping (#514)
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 80e6788 commit 3af8fb6

File tree

10 files changed

+61
-562
lines changed

10 files changed

+61
-562
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
rev: v2.3.0
1414
hooks:
1515
- id: codespell
16-
additional_dependencies: ["tomli>=2.0.1"]
16+
additional_dependencies: ["tomli>=2.2.1"]
1717
- repo: https://github.com/tox-dev/tox-ini-fmt
1818
rev: "1.4.1"
1919
hooks:
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: pyproject-fmt
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: "v0.8.2"
27+
rev: "v0.8.5"
2828
hooks:
2929
- id: ruff-format
3030
- id: ruff
@@ -34,7 +34,7 @@ repos:
3434
hooks:
3535
- id: prettier
3636
additional_dependencies:
37-
- prettier@3.3.3
37+
- prettier@3.4.2
3838
- "@prettier/[email protected]"
3939
- repo: meta
4040
hooks:

CHANGELOG.md

-320
This file was deleted.

0 commit comments

Comments
 (0)