Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EinarDarri authored Oct 12, 2024
1 parent 3964271 commit 43357f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

For the git repository we have enabled branch protection for the main and staging (development) branches. This means that changes can only be made to them via pull requests and certain rules must be followed in order to merge them from said pull request.

# Note
* `mypy.ini` must be in the root of the repo (not in any folder)

## Pull requests
* When a new commit is made to the branch, it automatically updates the pull request with said changes
* All comments made by reviewers on the code in the pull request must be marked as resolved before it can be merged
Expand Down Expand Up @@ -31,4 +34,4 @@ The work flow that is currently set up are a linter and type validator for pytho
* Warns about casting an expression to its inferred type.

# VScode Extensions
this repo has extensions that are recommended to install for programming in this project those extensions see `@recommended` in extensions
this repo has extensions that are recommended to install for programming in this project those extensions see `@recommended` in extensions

0 comments on commit 43357f6

Please sign in to comment.