Skip to content

Commit

Permalink
Exclude venv folder from analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellocchia committed Feb 12, 2024
1 parent 2f8345b commit c503cdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[mypy]
ignore_missing_imports = True
exclude = .tox|benchmark|build|docs|examples|readme|tests|my_tests
exclude = .tox|benchmark|build|docs|examples|readme|tests|my_tests|venv
1 change: 1 addition & 0 deletions prospector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ignore-paths:
- readme
- tests
- my_tests
- venv

ignore-patterns:
- setup.py
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ exclude =
examples
readme
tests
venv
my_tests
setup.py
bip_utils/_version.py
Expand All @@ -95,4 +96,5 @@ skip =
docs
readme
setup.py
venv
my_tests

0 comments on commit c503cdb

Please sign in to comment.