Ruff: enable flake8-builtins (#29315)

* enable flake8-builtins

* replace any with contains

* fix typo in pack

* fix type

* format is from the parent module, has to be enabled

* item_id

* fix item_id

* disable for id since that's what the remote server returns
old-commit-hash: 8793cbff40662a92bff16d75b51479c80517305a
This commit is contained in:
Justin Newberry
2023-08-10 18:58:22 -07:00
committed by GitHub
parent 2e818c2393
commit 715f028a0e
11 changed files with 55 additions and 55 deletions

View File

@@ -29,7 +29,7 @@ VERSION = get_version()
# -- Project information -----------------------------------------------------
project = 'openpilot docs'
copyright = '2021, comma.ai'
copyright = '2021, comma.ai' # noqa: A001
author = 'comma.ai'
version = VERSION
release = VERSION