Skip to content

Commit

Permalink
chore: bump versions, update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorozenko committed Apr 25, 2024
1 parent 34dcb1a commit 77d1d8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
__pycache__
.ipynb_checkpoints
.DS_Store

# Code coverage
lcov.info
Expand Down
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ repos:
exclude: ^data/records\.parquet$

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.4.1
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Replace placeholders with your server URL, server name, and API key. Verify the
Developed with :heart: at [Appsilon](https://appsilon.com).
Get in touch: <[email protected]>.

Interested in staying up to date with Tapyr and other packages? Subscribe to [Shiny Weekly](https://go.appsilon.com/shiny-weekly?utm_source=community&utm_medium=github&utm_content=tapyr) and join our [community](https://go.appsilon.com/shiny4allcommunity).
Interested in staying up to date with Tapyr and other packages? Subscribe to [Shiny Weekly](https://go.appsilon.com/shiny-weekly?utm_source=community&utm_medium=github&utm_content=tapyr) and join our [community](https://go.appsilon.com/shiny4allcommunity).

Explore the [Rhinoverse](https://rhinoverse.dev) - a family of R packages built around [Rhino](https://appsilon.github.io/rhino/)!

Expand Down

0 comments on commit 77d1d8c

Please sign in to comment.