There was an error while loading. Please reload this page.
1 parent 60c4f14 commit 5916174Copy full SHA for 5916174
1 file changed
Makefile
@@ -9,10 +9,7 @@ test:
9
upgrade-submodules:
10
git submodule update --remote --init --recursive
11
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.
+# TODO: Expand to lib/ and tests/ as linting issues are resolved.
16
RUFF_TARGET = lib/pyld/context_resolver.py
17
18
lint:
0 commit comments