Skip to content

Commit

Permalink
try ignoring docs, installing package
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Oct 13, 2023
1 parent 48c6fe3 commit 132f7cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- uses: actions/checkout@v3
with:
lfs: true
- name: "Setup Python, Poetry and Dependencies"
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.8
poetry-version: 1.2.2
- uses: advanced-security/python-lint-code-scanning-action@v1
with:
linter: ${{ matrix.linter }}
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ omit = [
ignore = ["fixme", "too-many-branches", "too-many-locals", "too-many-statements", "too-many-arguments", "too-many-lines", "too-many-public-methods", "too-many-instance-attributes", "too-few-public-methods"]
good-names = "i,j,k,ex,x,y,t,k,v,ax,df,ec,mc,dc,ct"

[tool.pylint.main]
ignore-paths = ["docs"]

[tool.mypy]
ignore-missing-imports = true
follow-imports = "silent"
Expand Down

0 comments on commit 132f7cc

Please sign in to comment.