Skip to content

Commit 935b324

Browse files
Merge pull request #29 from Urban-Analytics-Technology-Platform/assigning-work-locations
Assigning work locations
2 parents ac834c1 + f92d65b commit 935b324

29 files changed

+36031
-10791
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,9 @@ Thumbs.db
161161
# Misc
162162
.copier-answers.yml
163163

164-
# Ignore data path
164+
# Ignore data and logs path
165165
data/
166+
logs/
167+
168+
# pyright config
169+
pyrightconfig.json

.pre-commit-config.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,12 @@ repos:
3131
args: ["--fix", "--show-fixes"]
3232
# then, format
3333
- id: ruff-format
34+
35+
# - repo: local
36+
# hooks:
37+
# - id: run-pytest
38+
# name: Run pytest
39+
# entry: pytest
40+
# language: system
41+
# types: [python]
42+
# files: ^tests/

config/base.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[parameters]
2+
seed = 0
3+
region = "leeds"

0 commit comments

Comments
 (0)