Skip to content

Commit

Permalink
add some linter/formatter stuff to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroBarker committed Feb 14, 2024
1 parent 90b9a6b commit 3526c54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ pressure = bmk_solution.p # see also bmk_solution.f for similarity variable
# Code Style
Code linting and formatting is done with [ruff](https://docs.astral.sh/ruff/).
Rules are listed in [ruff.toml](ruff.toml).
To check all python in the current directory, you may `ruff .`.
To format a given file according to `ruff.toml`, run `ruff format file.py`.

0 comments on commit 3526c54

Please sign in to comment.