Skip to content

Commit

Permalink
fix: python packages exclusion rule - site-packages is a nested direc…
Browse files Browse the repository at this point in the history
…tory (#461)

Co-authored-by: Hitesh Mahajan <hitesh.mahajan@privado.ai>
  • Loading branch information
HiteshMah-Jan and Hitesh-privado authored May 24, 2024
1 parent be9d556 commit c90f03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/exclusions/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclusions:
- id: Exclusions.Python.Packages
name: Exclude External Python Packages
patterns:
- "(venv|site-packages)/.*"
- ".*/(venv|site-packages)/.*"

- id: Exclusions.Empty
name: Exclude file which cannot be read
Expand Down

0 comments on commit c90f03a

Please sign in to comment.