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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user