Skip to content

Commit 5916174

Browse files
anatoly-scherbakovmielvds
authored andcommitted
#226 Simplify Makefile comment for RUFF_TARGET
1 parent 60c4f14 commit 5916174

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ test:
99
upgrade-submodules:
1010
git submodule update --remote --init --recursive
1111

12-
# At this stage, we are limiting our formatting efforts to one file. We need to ensure that:
13-
# * our formatting rules are sane,
14-
# * we are not introducing conflicts with currently open PRs,
15-
# * and the PR introducing `ruff` is not too large.
12+
# TODO: Expand to lib/ and tests/ as linting issues are resolved.
1613
RUFF_TARGET = lib/pyld/context_resolver.py
1714

1815
lint:

0 commit comments

Comments
 (0)