Skip to content

Commit

Permalink
Update coding_style.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker authored Mar 2, 2023
1 parent c5d2d28 commit d72e272
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions coding_style.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ For now, we maintain the `.py` files, and try to ensure they're all internally c
## Spelling
We use American English in our code (for example, so we use 'center' rather than 'centre'). This is true for variable namings and docstrings.

## Repository Template
If making a new OCF Repository, please try using our [template here](https://github.com/openclimatefix/ocf_template) which should help with boilerplate linting and setup.

## TODO
- publish black config file
- find a good way to automatically check that docstrings comply with Google style
- Change to using `ruff` for most linting
- Repo template

2 comments on commit d72e272

@vercel
Copy link

@vercel vercel bot commented on d72e272 Mar 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on d72e272 Mar 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nowcasting-app – ./apps/nowcasting-app

nowcasting-app-openclimatefix.vercel.app
app.nowcasting.io
nowcasting-app-git-main-openclimatefix.vercel.app

Please sign in to comment.