Skip to content

Commit 010688e

Browse files
authored
jsonschema -> fastjsonschema (#642)
1 parent c46ede5 commit 010688e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+2076
-18272
lines changed

.pre-commit-config.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ repos:
99
rev: v4.4.0
1010
hooks:
1111
- id: trailing-whitespace
12-
exclude: "vendors/patches/jsonschema.patch"
1312
- id: end-of-file-fixer
1413
- id: check-merge-conflict
1514
- id: check-case-conflict

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ vendor/lock: $(VENDOR_LOCK)
1616
vendor/sync:
1717
# regenerate vendor.txt file (exported from lockfile)
1818
@pushd $(VENDOR_SRC) && $(POETRY_BIN) export --without-hashes 2> /dev/null \
19-
| grep -E -v "(importlib|zipp|pkgutil-resolve-name)" \
2019
| sort > $(VENDOR_TXT)
2120

2221
# vendor packages

poetry.lock

+221-201
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ virtualenv = ">=20.21"
4040

4141
[tool.poetry.group.typing.dependencies]
4242
mypy = ">=1.0"
43-
types-jsonschema = ">=4.4.4"
4443
types-setuptools = ">=57.4.14"
4544

4645
[tool.ruff]
@@ -108,6 +107,7 @@ exclude = "(?x)(^tests/.*/fixtures | ^src/poetry/core/_vendor)"
108107

109108
[[tool.mypy.overrides]]
110109
module = [
110+
'fastjsonschema.*',
111111
'lark.*',
112112
'virtualenv.*',
113113
]

src/poetry/core/_vendor/_pyrsistent_version.py

-1
This file was deleted.

src/poetry/core/_vendor/attr/__init__.py

-132
This file was deleted.

src/poetry/core/_vendor/attr/_cmp.py

-155
This file was deleted.

0 commit comments

Comments
 (0)