Skip to content

Commit 433765b

Browse files
.github/linters: Ignore E704 warning
since black and flake8 disagree on code style: pyvista/pyvista#5591 Signed-off-by: Xiang Xiao <[email protected]>
1 parent 23d5abe commit 433765b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/linters/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[flake8]
2-
ignore = W503,W605,E203
2+
ignore = W503,W605,E203,E704
33
max-complexity = 27
44
max-line-length = 125
55
multi_line_output=3

0 commit comments

Comments
 (0)