Skip to content

Commit 95c48e0

Browse files
committed
dammit
1 parent d328a68 commit 95c48e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: make man
4141

4242
- name: Lint codebase
43-
run: python3 -m flake8 --ignore
43+
run: python3 -m flake8 --ignore E111
4444

4545
- name: Run test suite
4646
run: python3 -m pytest tests/
@@ -88,7 +88,7 @@ jobs:
8888
run: make man
8989

9090
- name: Lint codebase
91-
run: python3 -m flake8
91+
run: python3 -m flake8 --ignore E111
9292

9393
- name: Run test suite
9494
run: python3 -m pytest tests/
@@ -135,7 +135,7 @@ jobs:
135135
run: make man
136136

137137
- name: Lint codebase
138-
run: python3 -m flake8
138+
run: python3 -m flake8 --ignore E111
139139

140140
- name: Run test suite
141141
run: python3 -m pytest tests/
@@ -174,7 +174,7 @@ jobs:
174174
python3 -m pip install -r requirements.txt --user
175175

176176
- name: Lint codebase
177-
run: python3 -m flake8
177+
run: python3 -m flake8 --ignore E111
178178

179179
- name: Run test suite
180180
run: python3 -m pytest tests/

0 commit comments

Comments
 (0)