mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-21 17:50:14 +00:00
Add flake8-tidy-imports to cache key
This commit is contained in:
parent
6602f7f489
commit
72f5393d3a
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue