X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ca0dbb8fa6cca8c1fc2650cde9e71402c03a3324..6310a405f6663948f7e0b9411cb54e5db2b712a6:/scripts/fuzz.py diff --git a/scripts/fuzz.py b/scripts/fuzz.py index 83e02f4..25362c9 100644 --- a/scripts/fuzz.py +++ b/scripts/fuzz.py @@ -85,5 +85,8 @@ if __name__ == "__main__": pass else: test = test_idempotent_any_syntatically_valid_python - atheris.Setup(sys.argv, test.hypothesis.fuzz_one_input) + atheris.Setup( + sys.argv, + test.hypothesis.fuzz_one_input, # type: ignore[attr-defined] + ) atheris.Fuzz()