Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 87a910f

Browse files
committed
Update Flake8 config
Exclude import warnings from tests Restore Flake8 docstring convention to numpy style
1 parent 1d19bf9 commit 87a910f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.flake8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ select = B,B9,C,D,DAR,E,F,N,RST,S,W
33
ignore = E203,E501,RST201,RST203,RST301,W503
44
max-line-length = 120
55
max-complexity = 10
6-
docstring-convention = google
7-
per-file-ignores = tests/*:S101
6+
docstring-convention = numpy
7+
per-file-ignores = tests/*:S101,S106,F403,F405,F841
88
rst-roles = class,const,func,meth,mod,ref
99
rst-directives = deprecated

0 commit comments

Comments
 (0)