Skip to content

Commit 382bc39

Browse files
committed
Remove flake8 check
1 parent aa1a358 commit 382bc39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pythonapp.yml

-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
pip install git+https://github.com/FEniCS/basix.git
4343
- name: Install FFCx
4444
run: pip install .[ci]
45-
- name: Lint with flake8
46-
run: flake8 --statistics ffcx/ test/
4745
- name: Static check with mypy
4846
run: mypy ffcx/
4947
if: matrix.python-version != '3.12'

0 commit comments

Comments
 (0)