summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranirudnits <aniruddha97bhatt@gmail.com>2020-10-02 00:38:15 +0530
committeranirudnits <aniruddha97bhatt@gmail.com>2020-10-02 00:38:15 +0530
commit59730a8246f8a4ebd9a2e5180ce43342ed913b15 (patch)
tree5dfc5353c0141b4ae10d82a8d4710e86ea000ccd
parentf7a9ddcb372f8ec1084736972d1992cb9a6e7695 (diff)
downloadisort-59730a8246f8a4ebd9a2e5180ce43342ed913b15.tar.gz
Added the only-modified option in the config data schema
-rw-r--r--isort/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/isort/settings.py b/isort/settings.py
index a173366a..a356a7de 100644
--- a/isort/settings.py
+++ b/isort/settings.py
@@ -198,6 +198,7 @@ class _Config:
variables: FrozenSet[str] = frozenset()
dedup_headings: bool = False
only_sections: bool = False
+ only_modified: bool = False
def __post_init__(self):
py_version = self.py_version