Procházet zdrojové kódy

Fix format_grammar to run on lexer.lpp changes (#929)

Jon Meow před 4 roky
rodič
revize
e69ec3f528
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      .pre-commit-config.yaml

+ 1 - 1
.pre-commit-config.yaml

@@ -89,7 +89,7 @@ repos:
         name: Format the executable_semantics grammar file
         entry: executable_semantics/syntax/format_grammar.py
         language: python
-        files: ^executable_semantics/syntax/parser.ypp$
+        files: ^executable_semantics/syntax/(lexer.lpp|parser.ypp)$
         pass_filenames: false
   # Formatters should be run late so that they can re-format any prior changes.
   - repo: https://github.com/psf/black