Skip to content

Commit bab6c8b

Browse files
chore: Replace PyLint with Ruff (#2588)
1 parent e80eedd commit bab6c8b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+129
-765
lines changed

.github/workflows/static-checking.yml

-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
run: ruff check --output-format=github .
3939
- name: mypy check
4040
run: mypy --install-types --non-interactive awswrangler
41-
- name: Pylint Lint
42-
run: pylint -j 0 --disable=all --enable=R0913,R0915 awswrangler
4341
- name: Documentation check
4442
run: doc8 --max-line-length 120 docs/source
4543
- name: Check poetry.lock consistency with pyproject.toml

0 commit comments

Comments
 (0)