Move all fingerprints to fingerprints.py (#30790)

* move fingerpints

* fix circular imports

* fix circular imports

* fix auto fingerprint

* fix those tests

* and controlsd

* add labeler rule

* no defaultdict
old-commit-hash: 28eed156e0a62ab993de6d534bb102a6ede222f7
This commit is contained in:
Justin Newberry
2023-12-18 14:04:27 -08:00
committed by GitHub
parent cbbbaf22b7
commit ff12759e80
38 changed files with 7423 additions and 7339 deletions
+4
View File
@@ -43,6 +43,10 @@ volkswagen:
- all:
- changed-files: ['selfdrive/car/volkswagen/*']
fingerprint:
- all:
- changed-files: ['selfdrive/car/*/fingerprints.py']
simulation:
- all:
- changed-files: ['tools/sim/**']