@@ -9,16 +9,6 @@ exclude_patterns = [
99 " _static/**/*" , # Contains some files that should usually not be linted
1010 # All files below this should be checked and either removed from the
1111 # exclusion list by fixing them or have a reason to be excluded.
12- " .github/ISSUE_TEMPLATE/bug-report.yml" ,
13- " .github/ISSUE_TEMPLATE/feature-request.yml" ,
14- " .github/scripts/docathon-label-sync.py" ,
15- " .github/workflows/MonthlyLinkCheck.yml" ,
16- " .github/workflows/StalePRs.yml" ,
17- " .github/workflows/link_checkPR.yml" ,
18- " .github/workflows/spelling.yml" ,
19- " .jenkins/post_process_notebooks.py" ,
20- " .lycheeignore" ,
21- " CONTRIBUTING.md" ,
2212 " advanced_source/coding_ddpg.py" ,
2313 " advanced_source/cpp_autograd.rst" ,
2414 " advanced_source/cpp_custom_ops.rst" ,
@@ -60,7 +50,6 @@ exclude_patterns = [
6050 " beginner_source/saving_loading_models.py" ,
6151 " beginner_source/template_tutorial.py" ,
6252 " beginner_source/transfer_learning_tutorial.py" ,
63- " docathon-leaderboard.md" ,
6453 " intermediate_source/TCPStore_libuv_backend.rst" ,
6554 " intermediate_source/ax_multiobjective_nas_tutorial.py" ,
6655 " intermediate_source/compiled_autograd_tutorial.rst" ,
@@ -108,9 +97,6 @@ exclude_patterns = [
10897 " recipes_source/torch_compiler_set_stance_tutorial.py" ,
10998 " recipes_source/torch_export_aoti_python.py" ,
11099 " recipes_source/xeon_run_cpu.rst" ,
111- " redirects.py" ,
112- " tutorial_submission_policy.md" ,
113- " .jenkins/build.sh" ,
114100 " advanced_source/cpp_export.rst" ,
115101 " advanced_source/torch-script-parallelism.rst" ,
116102 " advanced_source/torch_script_custom_classes.rst" ,
@@ -148,9 +134,9 @@ include_patterns = ['**']
148134exclude_patterns = [
149135 " _static/**/*" , # Contains some files that should usually not be linted
150136 " .lintrunner.toml" , # Ironically needs to contain the tab character to find in other files
137+ " Makefile" , # Wants tabs for indentationo
151138 # All files below this should be checked and either removed from the
152139 # exclusion list by fixing them or have a reason to be excluded.
153- " Makefile" ,
154140 " advanced_source/README.txt" ,
155141 " advanced_source/cpp_frontend.rst" ,
156142 " advanced_source/torch_script_custom_ops.rst" ,
@@ -202,8 +188,6 @@ exclude_patterns=[
202188 " _static/**/*" , # Contains some files that should usually not be linted
203189 # All files below this should be checked and either removed from the
204190 # exclusion list by fixing them or have a reason to be excluded.
205- " .github/workflows/StalePRs.yml" ,
206- " CONTRIBUTING.md" ,
207191 " advanced_source/extend_dispatcher.rst" ,
208192 " advanced_source/neural_style_tutorial.py" ,
209193 " advanced_source/sharding.rst" ,
0 commit comments