Skip to content

Commit

Permalink
style: format code with Black, isort and Prettier (#1775)
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in f034c45 according to
the output
from Black, isort and Prettier.

Details: None

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] authored Feb 27, 2024
1 parent f034c45 commit 5426e78
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/user/recipes/recipes_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ The list of available quacc recipes is shown below. The "Req'd Extras" column sp

<center>

| Name | Decorator | Documentation | Req'd Extras |
| ------------------------- | ---------------- | ------------------------------------------------------- | ---------------- |
| EMT Static | `#!Python @job` | [quacc.recipes.emt.core.static_job][] | |
| EMT Relax | `#!Python @job` | [quacc.recipes.emt.core.relax_job][] | |
| EMT Bulk to Defects | `#!Python @flow` | [quacc.recipes.emt.defects.bulk_to_defects_flow][] | `quacc[defects]` |
| EMT Bulk to Slabs | `#!Python @flow` | [quacc.recipes.emt.slabs.bulk_to_slabs_flow][] | |
| EMT Phonons | `#!Python @flow` | [quacc.recipes.emt.phonons.phonon_flow][] | `quacc[phonons]` |
| EMT Bulk to Deformations | `#!Python @flow` | [quacc.recipes.emt.elastic.bulk_to_deformations_flow][] | |
| Name | Decorator | Documentation | Req'd Extras |
| ------------------------ | ---------------- | ------------------------------------------------------- | ---------------- |
| EMT Static | `#!Python @job` | [quacc.recipes.emt.core.static_job][] | |
| EMT Relax | `#!Python @job` | [quacc.recipes.emt.core.relax_job][] | |
| EMT Bulk to Defects | `#!Python @flow` | [quacc.recipes.emt.defects.bulk_to_defects_flow][] | `quacc[defects]` |
| EMT Bulk to Slabs | `#!Python @flow` | [quacc.recipes.emt.slabs.bulk_to_slabs_flow][] | |
| EMT Phonons | `#!Python @flow` | [quacc.recipes.emt.phonons.phonon_flow][] | `quacc[phonons]` |
| EMT Bulk to Deformations | `#!Python @flow` | [quacc.recipes.emt.elastic.bulk_to_deformations_flow][] | |

</center>

Expand Down

0 comments on commit 5426e78

Please sign in to comment.