mirror of https://github.com/astral-sh/ruff
Add src to Settings hash
This commit is contained in:
parent
ff66d08cef
commit
2a37017e8c
|
|
@ -283,6 +283,7 @@ impl Hash for Settings {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
self.show_source.hash(state);
|
self.show_source.hash(state);
|
||||||
|
self.src.hash(state);
|
||||||
self.target_version.hash(state);
|
self.target_version.hash(state);
|
||||||
// Add plugin properties in alphabetical order.
|
// Add plugin properties in alphabetical order.
|
||||||
self.flake8_annotations.hash(state);
|
self.flake8_annotations.hash(state);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue