Skip to content

Commit cdb4f19

Browse files
committed
codespell
1 parent 6e5f2da commit cdb4f19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: ruff-check
99
args: [--exit-non-zero-on-fix]
1010
- repo: https://github.com/codespell-project/codespell
11-
rev: v2.4.2
11+
rev: v2.4.3
1212
hooks:
1313
- id: codespell
1414
args: [-L, "THIRDPARTY"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ min-severity = "warn"
344344
[tool.pyrefly.errors]
345345
explicit-any = false # We do use implicit Any
346346
implicit-any-type-argument = false # We do use implicit Any
347-
implicit-bool = false # We do use implicity bool
347+
implicit-bool = false # We do use implicit bool
348348
untyped-import = false # Import discovery
349349
unused-call-result = false # results of check(...) are never used
350350
# TODO: remove when facebook/pyrefly#4427 is resolved

0 commit comments

Comments
 (0)