Skip to content

Commit

Permalink
chore: Configuring the files to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
elviskahoro committed Aug 12, 2024
1 parent ae8ffd2 commit e380913
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ lint:
- [email protected]
- [email protected]
- [email protected]
ignore:
- linters: [ALL]
paths:
- "**/*.pyi"
- linters: [bandit]
paths:
- integration/**
- tests/**
actions:
enabled:
- trunk-announce
Expand Down

0 comments on commit e380913

Please sign in to comment.