Skip to content

Commit

Permalink
api.models: remove pylint checks for pydantic imports
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Cañuelo <[email protected]>
  • Loading branch information
Ricardo Cañuelo committed Jan 8, 2024
1 parent 0877f32 commit c5dc0ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernelci/api/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# need methods
# pylint: disable=too-few-public-methods

# pylint: disable=no-name-in-module

"""KernelCI API model definitions used by client-facing endpoints"""

from datetime import datetime, timedelta
Expand Down
2 changes: 2 additions & 0 deletions kernelci/api/models_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# need methods
# pylint: disable=too-few-public-methods

# pylint: disable=no-name-in-module

"""Common KernelCI API model definitions"""

from typing import Optional
Expand Down

0 comments on commit c5dc0ba

Please sign in to comment.