Skip to content

Commit

Permalink
Add link to examples, fix ruff errors
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Jan 14, 2025
1 parent 99736ce commit eae9680
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ A Streamlit extension for easy localization of your apps. Gets preferred languag
See a working app with such functionality: https://github.com/dfint/package-build

TODO:
- [ ] examples

- [x] [example](https://github.com/insolor/streamlit-gettext/blob/main/example)
- [ ] basic tests
- [ ] documentation
- [ ] support of manual switching with default language selected from the browser preferred languages
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,16 @@ line-length = 120
select = ["ALL"]
ignore = [
"D",
"COM812",
"ISC001",
]

[tool.ruff.lint.per-file-ignores]
"example/*" = [
"DTZ011",
"E501",
"INP001",
"S311",
]

[tool.uv.workspace]
Expand Down

0 comments on commit eae9680

Please sign in to comment.