diff options
| author | hathach <[email protected]> | 2023-03-17 17:27:34 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-17 18:34:43 +0700 |
| commit | 25d802532c27f11a6445f71ef44af98a2a780864 (patch) | |
| tree | af34e4c0a4c22d9383a37304d1167a3bec4689a9 /.pre-commit-config.yaml | |
| parent | f14b4ba30a1800a1ed3ffa4977d182b5c1e1f5a5 (diff) | |
fix spelling
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7d7c1a3ce..d37c27d40 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,6 +15,8 @@ repos: rev: v2.2.4 hooks: - id: codespell + args: [-w] + exclude: ^lib/ - repo: local hooks: |
