Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix mypy run instruction
  • Loading branch information
bckohan committed Jun 10, 2020
commit d690e5e5c86112c9b7dd98178627993d4eeca83d
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ We use `mypy` to run type checks on our code.
To use it:

```bash
mypy django_split_settings
mypy split_settings
```

This step is mandatory during the CI.
Expand Down