This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
unstructured
Watch
1
Star
0
Fork
0
You've already forked unstructured
mirror of
https://github.com/Unstructured-IO/unstructured.git
synced
2025-07-28 19:35:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
unstructured
/
test_unstructured
/
nlp
/
test_partition.py
3 lines
20 B
Python
Raw
Normal View
History
Unescape
Escape
chore: Reorganize partition bricks under partition directory (#76) * move partition_pdf to partition folder * move partition.py * refactor partioning bricks into partition diretory * import to nlp for backward compatibility * update docs * update version and bump changelog * fix typo in changelog * update readme reference
2022-11-21 17:27:23 -05:00
# flake8: noqa
refactoring linting (#1739) ### Description Currently linting only takes place over the base unstructured directory but we support python files throughout the repo. It makes sense for all those files to also abide by the same linting rules so the entire repo was set to be inspected when the linters are run. Along with that autoflake was added as a linter which has a lot of added benefits such as removing unused imports for you that would currently break flake and require manual intervention. The only real relevant changes in this PR are in the `Makefile`, `setup.cfg`, and `requirements/test.in`. The rest is the result of running the linters.
2023-10-17 08:45:12 -04:00
pass
Reference in New Issue
Copy Permalink