Skip to content

Commit 0e9c0ae

Browse files
author
David Conner
committed
Force flake8 to use single process in xdist setup
1 parent 8af6c48 commit 0e9c0ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ exclude=.git, build, install, log, dist
33
extend-ignore = A005,B008,B902,C816,D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404,I202, W503
44
import-order-style = google
55
max-line-length = 130
6+
jobs = 1
67
show-source = true
78
statistics = true

0 commit comments

Comments
 (0)