Skip to content

Commit

Permalink
main.py: disable pylint error: "C0302: Too many lines in module"
Browse files Browse the repository at this point in the history
Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia committed Nov 18, 2024
1 parent 2a23766 commit d4dd237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Author: Guillaume Tucker <[email protected]>
# Author: Jeny Sadadia <[email protected]>

# pylint: disable=unused-argument disable=global-statement
# pylint: disable=unused-argument disable=global-statement disable=too-many-lines

Check warning on line 7 in api/main.py

View workflow job for this annotation

GitHub Actions / Lint

line too long (81 > 79 characters)

"""KernelCI API main module"""

Expand Down

0 comments on commit d4dd237

Please sign in to comment.