Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dartt0n authored Jul 20, 2024
1 parent 257fd53 commit 7b1ad4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

## Conventions
- [PEP 8](https://www.python.org/dev/peps/pep-0008/)
- [black formatter](https://black.readthedocs.io/en/stable/)
- [ruff formatter](https://github.com/charliermarsh/ruff)
- [ruff linter](https://github.com/charliermarsh/ruff)
- [google format docstrings](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html)

## Dev Tools
|Tool|Description|
|---|---|
|[black](https://black.readthedocs.io/en/stable/)|uncompromising formatter - source of truth for code style & format|
|[ruff formatter ](https://github.com/charliermarsh/ruff)|black-compatible formatter with better default options - source of truth for code style & format|
|[ruff](https://github.com/charliermarsh/ruff)|the fastest & most accurate python linter|
|[precommit-hooks](https://pre-commit.com/)|manages git hooks|
|[just](https://github.com/casey/just#recipe-parameters)|imporved version of make - task runner|
Expand Down

0 comments on commit 7b1ad4a

Please sign in to comment.