Skip to content

Commit f6868a2

Browse files
committed
lint
1 parent ac461fc commit f6868a2

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ select = ["E", "F", "I"]
106106
[tool.ruff.lint.per-file-ignores]
107107
"__init__.py" = ["I001"]
108108
"tests/*" = ["I001"]
109-
"tasks.py" = ["I001"]
110109

111110
[tool.ruff.lint.isort]
112111
force-single-line = true

tasks.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
from __future__ import print_function
2-
31
import os
42

5-
from invoke import Collection
3+
from invoke.collection import Collection
64

75
from compas_invocations2 import build
86
from compas_invocations2 import docs

0 commit comments

Comments
 (0)