commit | a45e7d04e0dfc697b239bb3bf5845d8b449f32e7 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Fri Sep 16 16:43:31 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 19 19:29:15 2022 -0400 |
tree | 57820f7f596fd52b5d5d88855a6fb763fa731b0c | |
parent | 34b8a39cf58486e8ef93cd59be5b8a04e3a08ab4 [diff] |
build: add more pre-commit configs
diff --git a/pyproject.toml b/pyproject.toml index d2055ba..8c0d354 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -28,6 +28,9 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" +[tool.isort] +profile = "black" + [tool.pytest.ini_options] addopts = [ "--cov=atmosphere",