Skip to content

Commit 0e91d00

Browse files
mr-cGlassOfWhiskey
authored andcommitted
flake8: skip fast_parser.py
1 parent 774a6a4 commit 0e91d00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ignore = E203,W503
33
max-line-length = 100
44
select = B,C,E,F,W,T4
5-
exclude = cwltool/schemas
5+
exclude = cwltool/schemas,cwltool/fast_parser.py
66
extend-ignore = E501,B905
77
# when Python 3.10 is the minimum version, re-enable check B905 for zip + strict
88
extend-select = B9

cwltool/fast_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3849,7 +3849,7 @@ def save(
38493849
stdout: random_stdout_filenameABCDEFG
38503850
38513851
3852-
If the ``CommandLineTool`` contains logically chained commands (e.g. ``echo a && echo b``) ``stdout`` must include the output of every command.
3852+
If the ``CommandLineTool`` contains logically chained commands (e.g. ``echo a && echo b``) ``stdout`` must include the output of every command.
38533853
"""
38543854
stderrLoader: Final = _EnumLoader(("stderr",), "stderr")
38553855
"""

0 commit comments

Comments
 (0)