From 44b7a81819e615c01765dcc24725f349c21c0192 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sat, 18 Jan 2025 18:57:39 +0000 Subject: [PATCH] Remove workaround for orjson issue now fixed --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index edfee3b..8cd068c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,6 @@ optional-dependencies.dev = [ "interrogate==1.7.0", "mypy[faster-cache]==1.14.1", "mypy-strict-kwargs==2024.12.25", - "pre-commit==4.0.1", "pylint==3.3.3", "pyproject-fmt==2.5.0",