summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c2c5a0e..46d6ec3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,6 +13,7 @@ branch = true
source = ['requests_cache']
omit = [
'requests_cache/__init__.py',
+ 'requests_cache/backends/__init__.py',
]
[tool.isort]