Skip to content

Commit

Permalink
[ruff] Introduce ruff and remove pylint from Hue
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshg999 committed Apr 17, 2024
1 parent 3b8881d commit c66a2c7
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 513 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ commands:
- run:
name: run python lints
command: |
./build/env/bin/pip install pylint==2.5.3 pylint-django==2.3.0 configparser==5.3.0
./tools/ci/check_for_python_lint.sh
- run:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/commitflow-py3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
- name: run python lints
run: |
./build/env/bin/pip install pylint==2.5.3 pylint-django==2.3.0 configparser==5.3.0
./tools/ci/check_for_python_lint.sh
- name: run documentation lints
Expand Down
380 changes: 0 additions & 380 deletions .pylintrc

This file was deleted.

Loading

0 comments on commit c66a2c7

Please sign in to comment.