Skip to content

Commit

Permalink
enable pylint and mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
asacristani committed Apr 4, 2024
1 parent 361c8a8 commit 1179984
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ runtimes:
lint:
disabled:
enabled:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ Also, it is possible you want to modify the expiry time of access/refresh tokens
### Refactor

- [x] Organise better the root files
- [ ] Remove Celery and RabbitMQ (I want to do it simple, allowing the user to choose other options)

### Monitoring

Expand All @@ -250,7 +249,7 @@ Also, it is possible you want to modify the expiry time of access/refresh tokens
### Testing

- [ ] Integrity tests
- [ ] Cover 100% with unit-testing
- [x] Cover 100% with unit-testing

### Quality code

Expand Down

0 comments on commit 1179984

Please sign in to comment.