Skip to content

Commit

Permalink
lint: drop isort
Browse files Browse the repository at this point in the history
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
  • Loading branch information
Noltari committed Aug 21, 2023
1 parent 23897c1 commit 91bbeb6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 54 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,35 +37,6 @@ jobs:
run: |
black --check --diff examples
isort:
name: Check isort
runs-on: ubuntu-latest
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3

- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/setup-python@v3
with:
python-version: ${{ env.DEFAULT_PYTHON }}

- name: Upgrade pip
run: |
python -m pip install --upgrade pip
pip --version
- name: Install isort
run: |
pip install isort
- name: Run isort
run: |
isort --check-only aioqsw
- name: Run isort on examples
run: |
isort --check-only examples
pylint:
name: Check Pylint (Python ${{ matrix.python-version }})
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion requirements_lint.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
black
isort
mypy
pylint
ruff
24 changes: 0 additions & 24 deletions setup.cfg

This file was deleted.

0 comments on commit 91bbeb6

Please sign in to comment.