diff --git a/pyproject.toml b/pyproject.toml index 37494f222..34d7b9579 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,6 +98,8 @@ norecursedirs = [ 'docs/_build', 'scripts', '.tox', + '.eggs', + 'build', ] asdf_schema_tests_enabled = true asdf_schema_validate_default = false