Răsfoiți Sursa

Update pre-commit version for underscores in symlinks (#1845)

Jon Ross-Perkins 3 ani în urmă
părinte
comite
92748e6b35

+ 2 - 2
.pre-commit-config.yaml

@@ -30,7 +30,7 @@ repos:
       - id: trailing-whitespace
         exclude: '^(.*/fuzzer_corpus/.*|.*/testdata/.*\.golden|.*\.svg)$'
   - repo: https://github.com/google/pre-commit-tool-hooks
-    rev: cb78d9293306d9f737c64d9702bbaa88e157caaa # frozen: v1.2.2
+    rev: dce83c2d360921b5caa8462c3b6c39cc27e3b2ed # frozen: v1.2.3
     hooks:
       - id: check-google-doc-style
       - id: markdown-toc
@@ -144,7 +144,7 @@ repos:
               .*/fuzzer_corpus/.*
           )$
   - repo: https://github.com/google/pre-commit-tool-hooks
-    rev: cb78d9293306d9f737c64d9702bbaa88e157caaa # frozen: v1.2.2
+    rev: dce83c2d360921b5caa8462c3b6c39cc27e3b2ed # frozen: v1.2.3
     hooks:
       - id: check-copyright
         args:

+ 1 - 1
docs/project/faq.md

@@ -36,7 +36,7 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
     -   [How do Carbon generics differ from templates?](#how-do-carbon-generics-differ-from-templates)
     -   [What is Carbon's memory model?](#what-is-carbons-memory-model)
     -   [How will Carbon achieve memory safety?](#how-will-carbon-achieve-memory-safety)
--   [How will the Carbon _project_ work?](#how-will-the-carbon-_project_-work)
+-   [How will the Carbon _project_ work?](#how-will-the-carbon-project-work)
     -   [Where does development occur?](#where-does-development-occur)
     -   [How does Carbon make decisions?](#how-does-carbon-make-decisions)
     -   [What happens when a decision was wrong?](#what-happens-when-a-decision-was-wrong)

+ 1 - 1
docs/project/principles/low_context_sensitivity.md

@@ -13,7 +13,7 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 -   [Principle](#principle)
     -   [Mitigations of context-sensitive costs](#mitigations-of-context-sensitive-costs)
         -   [Visual aids](#visual-aids)
-        -   [Contextual _validity_ rather than _meaning_](#contextual-_validity_-rather-than-_meaning_)
+        -   [Contextual _validity_ rather than _meaning_](#contextual-validity-rather-than-meaning)
         -   [Reduced cost of mistakes](#reduced-cost-of-mistakes)
             -   [Compiler-checked context](#compiler-checked-context)
 -   [Applications of the principle](#applications-of-the-principle)

+ 1 - 1
docs/project/roadmap.md

@@ -21,7 +21,7 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
     -   [Carbon explorer implementation of core features with test cases](#carbon-explorer-implementation-of-core-features-with-test-cases)
 -   [Beyond 2022](#beyond-2022)
     -   [Potential 2023 goals: finish 0.2 language, stop experimenting](#potential-2023-goals-finish-02-language-stop-experimenting)
-    -   [Potential 2024-2025 goals: _ship_ 1.0 language & organization](#potential-2024-2025-goals-_ship_-10-language--organization)
+    -   [Potential 2024-2025 goals: _ship_ 1.0 language & organization](#potential-2024-2025-goals-ship-10-language--organization)
 
 <!-- tocstop -->