Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmx committed Jul 16, 2024
1 parent 9b8facb commit 16b3a45
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
2 changes: 1 addition & 1 deletion docs/api_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ def run_step(step: Step):

Executes a pipeline step, checking for file existence and running tasks accordingly.

For more detailed information on each component, please refer to the source code and inline documentation.
For more detailed information on each component, please refer to the source code and inline documentation.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ pypdown is a Pydantic model-based approach to data pipelining with file I/O lint
- File I/O linting for robust pipeline execution
- Easy-to-use API for defining and running pipeline steps

Check out the [Usage](usage.md) section to get started with pypdown.
Check out the [Usage](usage.md) section to get started with pypdown.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Tasks are defined as tuples of input and output files. The first element of the

Use the `run_step` function to execute a pipeline step. This function will check for the existence of input files and the non-existence of output files before running each task.

For more advanced usage, please refer to the [API Reference](api_reference.md).
For more advanced usage, please refer to the [API Reference](api_reference.md).
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ distribution = true

[tool.pdm.dev-dependencies]
tests = [
"pytest>=8.2.2",
"pytest>=8.2.2"
]
2 changes: 1 addition & 1 deletion tests/package_test.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def test_package():
import pypdown
pass
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ markdown_extensions:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.superfences

0 comments on commit 16b3a45

Please sign in to comment.