Selaa lähdekoodia

Add --uri-ignore-words-list to codespell (#641)

Jon Meow 4 vuotta sitten
vanhempi
sitoutus
c4079bfdae
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .pre-commit-config.yaml

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

@@ -82,7 +82,7 @@ repos:
     rev: 01da43d753cdff4ea7dff952b4f5317450af31e3 # frozen: v2.1.0
     rev: 01da43d753cdff4ea7dff952b4f5317450af31e3 # frozen: v2.1.0
     hooks:
     hooks:
       - id: codespell
       - id: codespell
-        args: ['-I', '.codespell_ignore']
+        args: ['-I', '.codespell_ignore', '--uri-ignore-words-list', '*']
         exclude: '^website/jekyll/Gemfile.lock$'
         exclude: '^website/jekyll/Gemfile.lock$'
   - repo: local
   - repo: local
     hooks:
     hooks: