Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Fix details rendering for code security section #360

Merged
merged 1 commit into from
Aug 12, 2021
Merged
Changes from all commits
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ make check-codestyle

> Note: `check-codestyle` uses `isort`, `black` and `darglint` library

</p>
</details>

<details>
<summary>4. Code security</summary>
<p>
Expand All @@ -230,9 +233,6 @@ make check-safety
</p>
</details>

</p>
</details>

<details>
<summary>5. Type checks</summary>
<p>
Expand Down