We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b363b9 commit f94f40dCopy full SHA for f94f40d
src/wily/commands/diff.py
@@ -103,7 +103,7 @@ def diff( # noqa: C901
103
last_data[file][key] = value
104
105
# Run operators on current files
106
- data = # TODO: Use storage module # run_operators_parallel(operators, targets, config)
+ data = ...# TODO: Use storage module # run_operators_parallel(operators, targets, config)
107
108
# Build list of extra paths (functions/classes) from current data
109
extra = []
0 commit comments