Skip to content

Commit

Permalink
lint: format
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemetov committed Oct 25, 2023
1 parent 254f1eb commit c0266ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ def _migrate_file(url: str, filename: str):


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

0 comments on commit c0266ed

Please sign in to comment.