Skip to content

Commit

Permalink
Update eko.beta doc
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Oct 14, 2024
1 parent 21ce306 commit 14ccc90
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 110 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ repos:
# Run the linter.
- id: ruff
args: [ --fix ]
# Sort imports
- id: ruff
args: [ --select, I, --fix ]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/PyCQA/docformatter
Expand Down
Loading

0 comments on commit 14ccc90

Please sign in to comment.