There was an error while loading. Please reload this page.
1 parent 6e5f2da commit cdb4f19Copy full SHA for cdb4f19
2 files changed
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
- id: ruff-check
9
args: [--exit-non-zero-on-fix]
10
- repo: https://github.com/codespell-project/codespell
11
- rev: v2.4.2
+ rev: v2.4.3
12
hooks:
13
- id: codespell
14
args: [-L, "THIRDPARTY"]
pyproject.toml
@@ -344,7 +344,7 @@ min-severity = "warn"
344
[tool.pyrefly.errors]
345
explicit-any = false # We do use implicit Any
346
implicit-any-type-argument = false # We do use implicit Any
347
-implicit-bool = false # We do use implicity bool
+implicit-bool = false # We do use implicit bool
348
untyped-import = false # Import discovery
349
unused-call-result = false # results of check(...) are never used
350
# TODO: remove when facebook/pyrefly#4427 is resolved
0 commit comments