refacto: don't use regex for car model for performance reason

This commit is contained in:
Florian Bezannier
2025-04-09 09:04:07 +02:00
committed by Florian BEZANNIER
parent 0bbd8a1828
commit 8f0743fb42
4 changed files with 270 additions and 99 deletions
-1
View File
@@ -1,7 +1,6 @@
repos:
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: 'v2.0.4' # Use the sha / tag you want to point at
language: system
hooks:
- id: autopep8
language: system