You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- autoflake, to remove unused variables and imports
54
53
-[MyPy](https://mypy.readthedocs.io), as static type checker
@@ -65,9 +64,6 @@ To run the checks on-demand, type:
65
64
uv run pre-commit run --all-files
66
65
```
67
66
68
-
Note: Checks like `Black` and `isort` will _fail_ if they modify files. This is because `pre-commit` doesn't like to see files modified by their hooks. In these cases, `git add` the modified files and `git commit` again.
69
-
70
-
71
67
### Documentation
72
68
73
69
We use [JSON Schema for Humans](https://github.com/coveooss/json-schema-for-humans) to generate Markdown pages documenting the JSON schema of the Docling objects.
0 commit comments