Skip to content

Commit

Permalink
chore: Replace PyLint with Ruff (#2588)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger committed Jan 9, 2024
1 parent e80eedd commit bab6c8b
Show file tree
Hide file tree
Showing 65 changed files with 129 additions and 765 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/static-checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
run: ruff check --output-format=github .
- name: mypy check
run: mypy --install-types --non-interactive awswrangler
- name: Pylint Lint
run: pylint -j 0 --disable=all --enable=R0913,R0915 awswrangler
- name: Documentation check
run: doc8 --max-line-length 120 docs/source
- name: Check poetry.lock consistency with pyproject.toml
Expand Down
Loading

0 comments on commit bab6c8b

Please sign in to comment.