mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 20:52:12 -05:00
[Snakemake] Add 'snakefmt' to dependencies
This commit is contained in:
parent
34e9e57419
commit
2d7ba8d26b
2 changed files with 10 additions and 1 deletions
1
dependencies/Pipfile
vendored
1
dependencies/Pipfile
vendored
|
@ -10,6 +10,7 @@ black = "*"
|
||||||
cfn-lint = "*"
|
cfn-lint = "*"
|
||||||
flake8 = "*"
|
flake8 = "*"
|
||||||
pylint = "*"
|
pylint = "*"
|
||||||
|
snakefmt = "*"
|
||||||
yamllint = "*"
|
yamllint = "*"
|
||||||
yq = "*"
|
yq = "*"
|
||||||
|
|
||||||
|
|
10
dependencies/Pipfile.lock
generated
vendored
10
dependencies/Pipfile.lock
generated
vendored
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "1f2a4e188bcf058f78905dbe7c959b9a801148e39a69e86d6a795b45a65b7af9"
|
"sha256": "de596e01dfe786913639a851aa16e92f004400efe714dee242cc79c10e9f7cda"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
@ -301,6 +301,14 @@
|
||||||
],
|
],
|
||||||
"version": "==1.15.0"
|
"version": "==1.15.0"
|
||||||
},
|
},
|
||||||
|
"snakefmt": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:550b893d0b115adf73e3fc0acee5960f047b5e2c3ca5bbda31ba83f9d594c931",
|
||||||
|
"sha256:e6612968c3cb98e204449a5d7ad01359ef46da3e1c41bffbda39fe0e253c0c5e"
|
||||||
|
],
|
||||||
|
"index": "pypi",
|
||||||
|
"version": "==0.1.4"
|
||||||
|
},
|
||||||
"toml": {
|
"toml": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f",
|
"sha256:926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f",
|
||||||
|
|
Loading…
Reference in a new issue