mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
♻️ rename time to temporal to avoid conflict with std
and some linter changes
This commit is contained in:
parent
085aa74976
commit
920f917f94
8 changed files with 44 additions and 40 deletions
|
|
@ -79,8 +79,6 @@ pydocstyle.convention = "google"
|
|||
select = ["ALL"]
|
||||
ignore = [
|
||||
"PTH",
|
||||
"ANN101",
|
||||
"ANN102",
|
||||
"ANN204",
|
||||
"COM812",
|
||||
"S603",
|
||||
|
|
@ -91,6 +89,8 @@ ignore = [
|
|||
"UP035", # ..
|
||||
"ARG002",
|
||||
"INP001", # add `__init__.py` to namespaced package
|
||||
"FIX002", # FIX all TODOs
|
||||
"TD003", # missing issue link
|
||||
]
|
||||
|
||||
# Allow fix for all enabled rules (when `--fix`) is provided.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue