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

Commit 80e6294

Browse files
committed
Update Flake8 config, excludes on pypdf_table_extraction namespace
1 parent edd8a1c commit 80e6294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ ignore = E203,E501,RST201,RST203,RST301,W503
44
max-line-length = 120
55
max-complexity = 10
66
docstring-convention = numpy
7-
per-file-ignores = tests/*:S101,S106,F403,F405,F841
7+
per-file-ignores = tests/*:S101,S106,F403,F405,F841 pypdf_table_extraction/*:D100,D103,D104,F401,W0611,C0114
88
rst-roles = class,const,func,meth,mod,ref
99
rst-directives = deprecated

0 commit comments

Comments
 (0)