[build-system] requires = [ "setuptools>=42", ] build-backend = "setuptools.build_meta" [tool.black] preview = false skip-string-normalization = true target-version = ['py311'] [tool.pytest.ini_options] markers = [ "slow: marks tests as slow (deselect with '-m \"not slow\"')", "serial", ]