Skip to content

Commit

Permalink
Update Flake8 config, excludes on pypdf_table_extraction namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Oct 6, 2024
1 parent 07b9fc1 commit 41d97dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ignore = E203,E501,RST201,RST203,RST301,W503
max-line-length = 120
max-complexity = 10
docstring-convention = numpy
per-file-ignores = tests/*:S101,S106,F403,F405,F841
per-file-ignores = tests/*:S101,S106,F403,F405,F841 pypdf_table_extraction/*:D100,D103,D104,W0611,C0114
rst-roles = class,const,func,meth,mod,ref
rst-directives = deprecated

0 comments on commit 41d97dd

Please sign in to comment.