Skip to content

Commit

Permalink
Ignore conflicted error
Browse files Browse the repository at this point in the history
  • Loading branch information
tqa236 committed Mar 7, 2024
1 parent e44287b commit 2f779c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/validate_docstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def validate_pep8(self):
"flake8",
"--format=%(row)d\t%(col)d\t%(code)s\t%(text)s",
"--max-line-length=88",
"--ignore=E203,E3,W503,W504,E402,E731,E128,E124",
"--ignore=E203,E3,W503,W504,E402,E731,E128,E124,E704",
file.name,
]
response = subprocess.run(cmd, capture_output=True, check=False, text=True)
Expand Down

0 comments on commit 2f779c4

Please sign in to comment.