@@ -14,15 +14,15 @@ exclude_patterns = [
1414]
1515command = [
1616 ' python3' ,
17- ' tools/linter/adapters/run_from_link_linter .py' ,
17+ ' tools/linter/adapters/run_from_link .py' ,
1818 ' --run-lint' ,
1919 ' --lint-name=flake8_linter.py' ,
2020 ' --' ,
2121 ' @{{PATHSFILE}}'
2222]
2323init_command = [
2424 ' python3' ,
25- ' tools/linter/adapters/run_from_link_linter .py' ,
25+ ' tools/linter/adapters/run_from_link .py' ,
2626 ' --run-init' ,
2727 ' --init-name=pip_init.py' ,
2828 ' --init-link=https://raw.githubusercontent.com/pytorch/pytorch/b8895df8db23213a0db50fe833930dd1f4e4b5a5/tools/linter/adapters/pip_init.py' ,
@@ -63,7 +63,7 @@ exclude_patterns = [
6363]
6464command = [
6565 ' python3' ,
66- ' tools/linter/adapters/run_from_link_linter .py' ,
66+ ' tools/linter/adapters/run_from_link .py' ,
6767 ' --run-lint' ,
6868 ' --lint-name=mypy_linter.py' ,
6969 ' --' ,
@@ -73,7 +73,7 @@ command = [
7373]
7474init_command = [
7575 ' python3' ,
76- ' tools/linter/adapters/run_from_link_linter .py' ,
76+ ' tools/linter/adapters/run_from_link .py' ,
7777 ' --run-init' ,
7878 ' --init-name=pip_init.py' ,
7979 ' --init-link=https://raw.githubusercontent.com/pytorch/pytorch/b8895df8db23213a0db50fe833930dd1f4e4b5a5/tools/linter/adapters/pip_init.py' ,
@@ -112,15 +112,15 @@ exclude_patterns = [
112112]
113113init_command = [
114114 ' python3' ,
115- ' tools/linter/adapters/run_from_link_linter .py' ,
115+ ' tools/linter/adapters/run_from_link .py' ,
116116 ' --lint-name=grep_linter.py' ,
117117 ' --lint-link=https://raw.githubusercontent.com/pytorch/pytorch/267f82b860ccdf32df3dcb92e2435b64ba0f117a/tools/linter/adapters/grep_linter.py' ,
118118 ' --' ,
119119 ' --dry-run={{DRYRUN}}' ,
120120]
121121command = [
122122 ' python3' ,
123- ' tools/linter/adapters/run_from_link_linter .py' ,
123+ ' tools/linter/adapters/run_from_link .py' ,
124124 ' --run-lint' ,
125125 ' --lint-name=grep_linter.py' ,
126126 ' --' ,
@@ -140,15 +140,15 @@ code = 'NOQA'
140140include_patterns = [' **/*.py' , ' **/*.pyi' ]
141141init_command = [
142142 ' python3' ,
143- ' tools/linter/adapters/run_from_link_linter .py' ,
143+ ' tools/linter/adapters/run_from_link .py' ,
144144 ' --lint-name=grep_linter.py' ,
145145 ' --lint-link=https://raw.githubusercontent.com/pytorch/pytorch/267f82b860ccdf32df3dcb92e2435b64ba0f117a/tools/linter/adapters/grep_linter.py' ,
146146 ' --' ,
147147 ' --dry-run={{DRYRUN}}' ,
148148]
149149command = [
150150 ' python3' ,
151- ' tools/linter/adapters/run_from_link_linter .py' ,
151+ ' tools/linter/adapters/run_from_link .py' ,
152152 ' --run-lint' ,
153153 ' --lint-name=grep_linter.py' ,
154154 ' --' ,
@@ -180,15 +180,15 @@ exclude_patterns=[
180180]
181181init_command = [
182182 ' python3' ,
183- ' tools/linter/adapters/run_from_link_linter .py' ,
183+ ' tools/linter/adapters/run_from_link .py' ,
184184 ' --lint-name=newlines_linter.py' ,
185185 ' --lint-link=https://raw.githubusercontent.com/pytorch/pytorch/267f82b860ccdf32df3dcb92e2435b64ba0f117a/tools/linter/adapters/newlines_linter.py' ,
186186 ' --' ,
187187 ' --dry-run={{DRYRUN}}' ,
188188]
189189command = [
190190 ' python3' ,
191- ' tools/linter/adapters/run_from_link_linter .py' ,
191+ ' tools/linter/adapters/run_from_link .py' ,
192192 ' --run-lint' ,
193193 ' --lint-name=newlines_linter.py' ,
194194 ' --' ,
@@ -210,15 +210,15 @@ exclude_patterns = [
210210]
211211init_command = [
212212 ' python3' ,
213- ' tools/linter/adapters/run_from_link_linter .py' ,
213+ ' tools/linter/adapters/run_from_link .py' ,
214214 ' --lint-name=newlines_linter.py' ,
215215 ' --lint-link=https://raw.githubusercontent.com/pytorch/pytorch/267f82b860ccdf32df3dcb92e2435b64ba0f117a/tools/linter/adapters/newlines_linter.py' ,
216216 ' --' ,
217217 ' --dry-run={{DRYRUN}}' ,
218218]
219219command = [
220220 ' python3' ,
221- ' tools/linter/adapters/run_from_link_linter .py' ,
221+ ' tools/linter/adapters/run_from_link .py' ,
222222 ' --run-lint' ,
223223 ' --lint-name=grep_linter.py' ,
224224 ' --' ,
@@ -251,15 +251,15 @@ exclude_patterns = [
251251]
252252init_command = [
253253 ' python3' ,
254- ' tools/linter/adapters/run_from_link_linter .py' ,
254+ ' tools/linter/adapters/run_from_link .py' ,
255255 ' --lint-name=newlines_linter.py' ,
256256 ' --lint-link=https://raw.githubusercontent.com/pytorch/pytorch/267f82b860ccdf32df3dcb92e2435b64ba0f117a/tools/linter/adapters/newlines_linter.py' ,
257257 ' --' ,
258258 ' --dry-run={{DRYRUN}}' ,
259259]
260260command = [
261261 ' python3' ,
262- ' tools/linter/adapters/run_from_link_linter .py' ,
262+ ' tools/linter/adapters/run_from_link .py' ,
263263 ' --run-lint' ,
264264 ' --lint-name=grep_linter.py' ,
265265 ' --' ,
@@ -295,15 +295,15 @@ exclude_patterns = [
295295]
296296init_command = [
297297 ' python3' ,
298- ' tools/linter/adapters/run_from_link_linter .py' ,
298+ ' tools/linter/adapters/run_from_link .py' ,
299299 ' --lint-name=grep_linter.py' ,
300300 ' --lint-link=https://raw.githubusercontent.com/pytorch/pytorch/267f82b860ccdf32df3dcb92e2435b64ba0f117a/tools/linter/adapters/grep_linter.py' ,
301301 ' --' ,
302302 ' --dry-run={{DRYRUN}}' ,
303303]
304304command = [
305305 ' python3' ,
306- ' tools/linter/adapters/run_from_link_linter .py' ,
306+ ' tools/linter/adapters/run_from_link .py' ,
307307 ' --run-lint' ,
308308 ' --lint-name=grep_linter.py' ,
309309 ' --' ,
@@ -341,15 +341,15 @@ exclude_patterns = [
341341]
342342init_command = [
343343 ' python3' ,
344- ' tools/linter/adapters/run_from_link_linter .py' ,
344+ ' tools/linter/adapters/run_from_link .py' ,
345345 ' --lint-name=exec_linter.py' ,
346346 ' --lint-link=https://raw.githubusercontent.com/pytorch/pytorch/267f82b860ccdf32df3dcb92e2435b64ba0f117a/tools/linter/adapters/exec_linter.py' ,
347347 ' --' ,
348348 ' --dry-run={{DRYRUN}}' ,
349349]
350350command = [
351351 ' python3' ,
352- ' tools/linter/adapters/run_from_link_linter .py' ,
352+ ' tools/linter/adapters/run_from_link .py' ,
353353 ' --run-lint' ,
354354 ' --lint-name=exec_linter.py' ,
355355 ' --' ,
@@ -367,7 +367,7 @@ include_patterns = [
367367]
368368command = [
369369 ' python3' ,
370- ' tools/linter/adapters/run_from_link_linter .py' ,
370+ ' tools/linter/adapters/run_from_link .py' ,
371371 ' --run-lint' ,
372372 ' --lint-name=actionlint_linter.py' ,
373373 ' --' ,
@@ -377,7 +377,7 @@ command = [
377377]
378378init_command = [
379379 ' python3' ,
380- ' tools/linter/adapters/run_from_link_linter .py' ,
380+ ' tools/linter/adapters/run_from_link .py' ,
381381 ' --run-init' ,
382382 ' --init-name=s3_init.py' ,
383383 ' --init-link=https://raw.githubusercontent.com/pytorch/pytorch/b8b840be3d03cf2f7dc4a373f9b0a95f1411cb89/tools/linter/adapters/s3_init.py' ,
@@ -399,15 +399,15 @@ include_patterns = [
399399]
400400command = [
401401 ' python3' ,
402- ' tools/linter/adapters/run_from_link_linter .py' ,
402+ ' tools/linter/adapters/run_from_link .py' ,
403403 ' --run-lint' ,
404404 ' --lint-name=pyfmt_linter.py' ,
405405 ' --' ,
406406 ' @{{PATHSFILE}}'
407407]
408408init_command = [
409409 ' python3' ,
410- ' tools/linter/adapters/run_from_link_linter .py' ,
410+ ' tools/linter/adapters/run_from_link .py' ,
411411 ' --run-init' ,
412412 ' --init-name=pip_init.py' ,
413413 ' --init-link=https://raw.githubusercontent.com/pytorch/pytorch/b8895df8db23213a0db50fe833930dd1f4e4b5a5/tools/linter/adapters/pip_init.py' ,
@@ -429,15 +429,15 @@ include_patterns = ['**']
429429exclude_patterns = [' .lintrunner.toml' , ' **/fixtures/**' ]
430430init_command = [
431431 ' python3' ,
432- ' tools/linter/adapters/run_from_link_linter .py' ,
432+ ' tools/linter/adapters/run_from_link .py' ,
433433 ' --lint-name=grep_linter.py' ,
434434 ' --lint-link=https://raw.githubusercontent.com/pytorch/pytorch/267f82b860ccdf32df3dcb92e2435b64ba0f117a/tools/linter/adapters/grep_linter.py' ,
435435 ' --' ,
436436 ' --dry-run={{DRYRUN}}' ,
437437]
438438command = [
439439 ' python3' ,
440- ' tools/linter/adapters/run_from_link_linter .py' ,
440+ ' tools/linter/adapters/run_from_link .py' ,
441441 ' --run-lint' ,
442442 ' --lint-name=grep_linter.py' ,
443443 ' --' ,
@@ -457,15 +457,15 @@ code = 'LINTRUNNER_VERSION'
457457include_patterns = [' **' ]
458458init_command = [
459459 ' python3' ,
460- ' tools/linter/adapters/run_from_link_linter .py' ,
460+ ' tools/linter/adapters/run_from_link .py' ,
461461 ' --lint-name=lintrunner_version_linter.py' ,
462462 ' --lint-link=https://raw.githubusercontent.com/pytorch/pytorch/267f82b860ccdf32df3dcb92e2435b64ba0f117a/tools/linter/adapters/lintrunner_version_linter.py' ,
463463 ' --' ,
464464 ' --dry-run={{DRYRUN}}' ,
465465]
466466command = [
467467 ' python3' ,
468- ' tools/linter/adapters/run_from_link_linter .py' ,
468+ ' tools/linter/adapters/run_from_link .py' ,
469469 ' --run-lint' ,
470470 ' --lint-name=lintrunner_version_linter.py' ,
471471]
@@ -483,7 +483,7 @@ exclude_patterns = [
483483]
484484command = [
485485 ' python3' ,
486- ' tools/linter/adapters/run_from_link_linter .py' ,
486+ ' tools/linter/adapters/run_from_link .py' ,
487487 ' --run-lint' ,
488488 ' --lint-name=ruff_linter.py' ,
489489 ' --' ,
@@ -494,7 +494,7 @@ command = [
494494]
495495init_command = [
496496 ' python3' ,
497- ' tools/linter/adapters/run_from_link_linter .py' ,
497+ ' tools/linter/adapters/run_from_link .py' ,
498498 ' --run-init' ,
499499 ' --init-name=pip_init.py' ,
500500 ' --init-link=https://raw.githubusercontent.com/pytorch/pytorch/b8895df8db23213a0db50fe833930dd1f4e4b5a5/tools/linter/adapters/pip_init.py' ,
@@ -516,7 +516,7 @@ command = [
516516]
517517init_command = [
518518 ' python3' ,
519- ' tools/linter/adapters/run_from_link_linter .py' ,
519+ ' tools/linter/adapters/run_from_link .py' ,
520520 ' --run-init' ,
521521 ' --init-name=pip_init.py' ,
522522 ' --init-link=https://raw.githubusercontent.com/pytorch/pytorch/b8895df8db23213a0db50fe833930dd1f4e4b5a5/tools/linter/adapters/pip_init.py' ,
0 commit comments