We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd18132 commit aee50ccCopy full SHA for aee50cc
.github/workflows/lint.yml
@@ -45,9 +45,6 @@ jobs:
45
cp -r "${CACHE_DIRECTORY}" . || true
46
fi
47
48
- # This has already been cached in the docker image
49
- lintrunner init
50
-
51
RC=0
52
# Run lintrunner on all files
53
if ! lintrunner --force-color --all-files --take MYPY --tee-json=lint.json 2> /dev/null; then
@@ -94,9 +91,6 @@ jobs:
94
91
95
92
96
93
97
98
99
100
101
102
if ! lintrunner --force-color --all-files --skip MYPY --tee-json=lint.json 2> /dev/null; then
0 commit comments