Skip to content

Commit

Permalink
Add use_tabs to the cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Nov 9, 2019
1 parent 1f13f36 commit 9b821df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions black.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ def get_cache_key(self) -> str:
str(self.line_length),
str(int(self.string_normalization)),
str(int(self.is_pyi)),
str(int(self.use_tabs)),
]
return ".".join(parts)

Expand Down

0 comments on commit 9b821df

Please sign in to comment.