Skip to content

Commit c5c50e6

Browse files
DEV: remove flake8 from CI
Ruff will take its place in a future PR
1 parent 11beb7a commit c5c50e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,14 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install .[all]
3030
pip install .[tests]
31-
pip install pylint isort flake8 black
31+
pip install pylint isort black
3232
- name: Run isort
3333
run: isort --check-only rocketpy/ tests/ docs/ --profile black
3434
- name: Run black
3535
uses: psf/black@stable
3636
with:
3737
options: "--check rocketpy/ tests/ docs/"
3838
jupyter: true
39-
- name: Run flake8
40-
run: flake8 rocketpy/ tests/
4139
- name: Run pylint
4240
run: |
4341
pylint rocketpy/ tests/

0 commit comments

Comments
 (0)