Skip to content

Commit

Permalink
build: exclude tests from flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
luizdesuo committed Nov 23, 2023
1 parent baabb81 commit e2686a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ max-line-length = 88
max-complexity = 10
docstring-convention = numpy
rst-roles = class,const,func,meth,mod,ref
rst-directives = deprecated
rst-directives = deprecated
exclude = tests/*
3 changes: 2 additions & 1 deletion {{cookiecutter.project_name}}/.flake8
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ max-line-length = 88
max-complexity = 10
docstring-convention = numpy
rst-roles = class,const,func,meth,mod,ref
rst-directives = deprecated
rst-directives = deprecated
exclude = tests/*

0 comments on commit e2686a5

Please sign in to comment.