Skip to content

Commit c0266ed

Browse files
committed
lint: format
1 parent 254f1eb commit c0266ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tasks.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ def _migrate_file(url: str, filename: str):
3131

3232

3333
@task
34-
def lint(c, incremental=True, format=True, revision="origin/dev...", diff=False, check=False): # pylint: disable=redefined-builtin
34+
def lint(
35+
c, incremental=True, format=True, revision="origin/dev...", diff=False, check=False
36+
): # pylint: disable=redefined-builtin
3537
"""Lint and format.
3638
3739
Additional linter settings can be found in `pyproject.toml` (this invocation

0 commit comments

Comments
 (0)