Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Oct 13, 2023
1 parent e7d4780 commit 097a566
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 274 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
poetry-version: 1.2.2
- name: pycodestyle
run:
poetry run pycodestyle sed tests
poetry run pycodestyle --ignore=E203,E501,W503 sed tests
- name: pylint
run:
poetry run pylint sed tests
- name: mypy
run:
poetry run mypy sed tests
poetry run mypy --ignore-missing-imports --follow-imports=silent --no-strict-optional sed tests

Loading

0 comments on commit 097a566

Please sign in to comment.