mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #100 from Hestia-Homes/main
fix syntax errors in patterns
This commit is contained in:
commit
b3f549cf97
1 changed files with 14 additions and 24 deletions
|
|
@ -29,30 +29,20 @@ provider:
|
|||
package:
|
||||
individually: true
|
||||
patterns:
|
||||
- backend/**
|
||||
- !backend/tests/**
|
||||
- recommendations/**
|
||||
- !recommendations/tests/**
|
||||
- model_data/BaseUtility.py
|
||||
- !model_data/**
|
||||
- !infrastructure/**
|
||||
- !data_collection/**
|
||||
- !node_modules/**
|
||||
- !conservation_areas/**
|
||||
- !open_uprn/**
|
||||
- !land_registry/**
|
||||
- !pytest.ini
|
||||
# exclude:
|
||||
# - model_data/local_data/**
|
||||
# - model_data/tests/**
|
||||
# - infrastructure/**
|
||||
# - data_collection/**
|
||||
# - node_modules/**
|
||||
# - conservation_areas/**
|
||||
# - open_uprn/**
|
||||
# - land_registry/**
|
||||
# - recommendations/tests/**
|
||||
# - pytest.ini
|
||||
- 'backend/**'
|
||||
- '!backend/tests/**'
|
||||
- 'recommendations/**'
|
||||
- '!recommendations/tests/**'
|
||||
- 'model_data/BaseUtility.py'
|
||||
- '!model_data/**'
|
||||
- '!infrastructure/**'
|
||||
- '!data_collection/**'
|
||||
- '!node_modules/**'
|
||||
- '!conservation_areas/**'
|
||||
- '!open_uprn/**'
|
||||
- '!land_registry/**'
|
||||
- '!pytest.ini'
|
||||
|
||||
|
||||
plugins:
|
||||
- serverless-python-requirements
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue