Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
macpd authored Jun 21, 2024
1 parent a8c4d75 commit a572f82
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 @@ -175,9 +175,9 @@ hatch run test:postgres-integration-test-docker-as-sudo

## Automatic formatting and linting with ruff
To check if ruff would change code (but not actually make changes):
`hatch fmt --check`
```hatch fmt --check```
To apply changes from ruff
`hatch fmt`
```hatch fmt```
NOTE: formating fixes will not be applied if linter finds errors.

## Alembic database schema migrations
Expand Down

0 comments on commit a572f82

Please sign in to comment.