Skip to content

Commit

Permalink
added pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jul 17, 2021
1 parent bc7ce4b commit f2ffe06
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Rich TUI will integrate tightly with its parent project, Rich. Any of the existi

Textual will be eventually be cross platform, but for now it is MacOS / Linux only. Windows support is in the pipeline.

This project is currently a work in progress and may not be usable for a while. Follow [@willmcgugan](https://twitter.com/willmcgugan) for progress updates, or post in Discussions if you have any requests / suggestions.
This project is currently a work in progress and may not be usable for a while. Follow [@willmcgugan](https://twitter.com/willmcgugan) for progress updates, or post in Discussions if you have any requests / suggestions.

![screenshot](./imgs/rich-tui.png)

Expand Down
2 changes: 1 addition & 1 deletion examples/animation.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ async def on_startup(self, event: events.Startup) -> None:
await view.dock(Placeholder(), Placeholder(), edge="top")


SmoothApp.run()
SmoothApp.run()
4 changes: 1 addition & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ plugins:
rendering:
show_source: false
selection:
filters:
filters:
- "!^_"
- "^__init__$"
- "!^can_replace$"

watch:
- src/textual


141 changes: 140 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ pytest-cov = "^2.12.1"
mkdocs = "^1.2.1"
mkdocstrings = "^0.15.2"
mkdocs-material = "^7.1.10"
pre-commit = "^2.13.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit f2ffe06

Please sign in to comment.