Skip to content

Commit

Permalink
ci: ➖ disable black and isort linters in trunk configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Dec 19, 2024
1 parent da7c0c1 commit 68a2e6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ runtimes:
- [email protected]
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
lint:
disabled:
- black
- isort
enabled:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- git-diff-check
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
Expand Down

0 comments on commit 68a2e6c

Please sign in to comment.