From d34426e904572359814e3e5545b3fc8e811bae3d Mon Sep 17 00:00:00 2001 From: sobolevn Date: Thu, 6 Feb 2025 19:44:47 +0300 Subject: [PATCH] Add `strict_bytes` --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 7c9cd4987..315984f49 100644 --- a/setup.cfg +++ b/setup.cfg @@ -157,6 +157,7 @@ disallow_any_generics = false follow_imports = silent ignore_missing_imports = true strict = true +strict_bytes = true warn_unreachable = true # TODO: update our output assertions to match a new syntax