Skip to content

Commit d47304c

Browse files
committed
tidy
1 parent 2404b6c commit d47304c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@ Steps:
163163
direnv: loading /mnt/d/Source/immunisation-fhir-api/.envrc
164164
direnv: export +AWS_PROFILE +IMMUNIZATION_ENV +VIRTUAL_ENV ~PATH
165165
```
166-
Test if environment variables have been loaded into shell: `echo $IMMUNIZATION_ENV`.
166+
Test if environment variables have been loaded into shell: `echo $IMMUNIZATION_ENV`.
167167
168168
### Setting up the root level environment
169169
The root-level virtual environment is primarily used for linting, as we create separate virtual environments for each folder that contains Lambda functions.
170-
Steps:
171-
1. Follow instructions above to [install dependencies](#install-dependencies) & [set up a virtual environment](#setting-up-a-virtual-environment-with-poetry).
170+
Steps:
171+
1. Follow instructions above to [install dependencies](#install-dependencies) & [set up a virtual environment](#setting-up-a-virtual-environment-with-poetry).
172172
**Note: While this project uses Python 3.10 (e.g. for Lambdas), the NHSDigital/api-management-utils repository — which orchestrates setup and linting — defaults to Python 3.8.
173173
The linting command is executed from within that repo but calls the Makefile in this project, so be aware of potential Python version mismatches when running or debugging locally or in the pipeline.**
174174
2. Run `make lint`. This will:

0 commit comments

Comments
 (0)