Skip to content

Commit

Permalink
Exclude venv folders in flake8 (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: jsh9 <25124332+jsh9@users.noreply.github.com>
  • Loading branch information
jamesbraza and jsh9 committed Jan 29, 2024
1 parent 676847e commit 01893df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ wrap-line-with-long-string = true

[tool.pydoclint]
style = 'numpy'
exclude = '\.git|\.tox|tests/data|unparser\.py'
exclude = '\.git|.?venv|\.tox|tests/data|unparser\.py'
require-return-section-when-returning-nothing = true
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,6 @@ statistics = true
max-complexity = 10
exclude =
.*,
venv/*,
tests/data/*,
unparser.py

0 comments on commit 01893df

Please sign in to comment.