diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0eb1961..cd132d8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,12 +22,6 @@ jobs:
         python -m pip install --upgrade pip
         pip install -r requirements.txt
 
-    - name: Lint with flake8
-      run: |
-        pip install flake8
-        flake8 src test --count --select=E9,F63,F7,F82 --show-source --statistics
-        flake8 src test --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
-
     - name: Run tests
       run: |
         pip install coverage