Skip to content

Commit

Permalink
docs: fix warning
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <[email protected]>
  • Loading branch information
nstarman committed Sep 14, 2024
1 parent 5f4d484 commit c51021e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json]
args: [--prose-wrap=always]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.6.5"
hooks:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1 align='center'> galactic_dynamics_interoperability </h1>
<h2 align="center"> Interoperability Between Galactic Dynamics Libraries </h2>

> [!WARNING] This package is under active development and is not ready for
> public use.
> [!WARNING]
> This package is under active development and is not ready for public use.
`galactic_dynamics_interoperability` provides tools for converting objects
between galactic dynamics Python libraries.
Expand Down

0 comments on commit c51021e

Please sign in to comment.