Skip to content

Commit

Permalink
adding upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Mar 28, 2024
1 parent d7f9e94 commit 578f294
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# pylint: disable=too-many-arguments
# pylint: disable-msg=too-many-locals
# pylint: disable=missing-module-docstring
# pylint: disable=missing-class-docstring
# pylint: disable=missing-function-docstring
# pylint: disable=line-too-long
from enum import Enum
from textwrap import dedent
from typing import List, Optional, Dict
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ force_grid_wrap = 2


[tool.pylint.master]
fail-under = 7.5
errors-only = true
output-format = "colorized,json:.lint.json,text:.lint.txt"

[tool.pylint.format]
Expand Down

0 comments on commit 578f294

Please sign in to comment.