Skip to content

Commit e4b6e3f

Browse files
committed
fix: lint and darker spacing
1 parent a47eba5 commit e4b6e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _migrate_file(url: str, filename: str):
3131

3232

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

0 commit comments

Comments
 (0)