Skip to content

Commit

Permalink
reformat uncabbedcabs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed Feb 21, 2024
1 parent 500e8e6 commit 6673b83
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions pfb/parser/uncabbedcabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,96 +3,96 @@ pfb_init:
flavour: python
policies:
pass_missing_as_none: true
prefix: '--'
replace: {'_': '-'}
prefix: --
replace: {_: '-'}

_include:
- 'init.yaml'
- init.yaml

pfb_grid:
command: pfb.workers.grid.grid
flavour: python
policies:
pass_missing_as_none: true
prefix: '--'
replace: {'_': '-'}
prefix: --
replace: {_: '-'}

_include:
- 'grid.yaml'
- grid.yaml

pfb_degrid:
command: pfb.workers.degrid.degrid
flavour: python
policies:
pass_missing_as_none: true
prefix: '--'
replace: {'_': '-'}
prefix: --
replace: {_: '-'}

_include:
- 'degrid.yaml'
- degrid.yaml

pfb_clean:
command: pfb.workers.clean.clean
flavour: python
policies:
pass_missing_as_none: true
prefix: '--'
replace: {'_': '-'}
prefix: --
replace: {_: '-'}

_include:
- 'clean.yaml'
- clean.yaml

pfb_restore:
command: pfb.workers.restore.restore
flavour: python
policies:
pass_missing_as_none: true
prefix: '--'
replace: {'_': '-'}
prefix: --
replace: {_: '-'}

_include:
- 'restore.yaml'
- restore.yaml

pfb_fwdbwd:
command: pfb.workers.fwdbwd.fwdbwd
flavour: python
policies:
pass_missing_as_none: true
prefix: '--'
replace: {'_': '-'}
prefix: --
replace: {_: '-'}

_include:
- 'fwdbwd.yaml'
- fwdbwd.yaml

pfb_forward:
command: pfb.workers.forward.forward
flavour: python
policies:
pass_missing_as_none: true
prefix: '--'
replace: {'_': '-'}
prefix: --
replace: {_: '-'}

_include:
- 'forward.yaml'
- forward.yaml

pfb_spotless:
command: pfb.workers.spotless.spotless
flavour: python
policies:
pass_missing_as_none: true
prefix: '--'
replace: {'_': '-'}
prefix: --
replace: {_: '-'}

_include:
- 'spotless.yaml'
- spotless.yaml

pfb_model2comps:
command: pfb.workers.model2comps.model2comps
flavour: python
policies:
pass_missing_as_none: true
prefix: '--'
replace: {'_': '-'}
prefix: --
replace: {_: '-'}

_include:
- 'model2comps.yaml'
- model2comps.yaml

0 comments on commit 6673b83

Please sign in to comment.