Add flake8-tidy-imports to cache key

This commit is contained in:
Charlie Marsh 2022-11-17 14:46:45 -05:00
parent 6602f7f489
commit 72f5393d3a

View file

@ -122,6 +122,7 @@ impl Hash for Settings {
self.flake8_annotations.hash(state);
self.flake8_bugbear.hash(state);
self.flake8_quotes.hash(state);
self.flake8_tidy_imports.hash(state);
self.isort.hash(state);
self.pep8_naming.hash(state);
}