File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/advanced/sugarscape_g1mt/sugarscape_g1mt Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ def __init__(
55
55
enable_trade = True ,
56
56
):
57
57
super ().__init__ ()
58
- # Initiate width and heigh of sugarscape
58
+ # Initiate width and height of sugarscape
59
59
self .width = width
60
60
self .height = height
61
61
# Initiate population attributes
@@ -133,7 +133,7 @@ def step(self):
133
133
self .agents_by_type [Resource ].do ("step" )
134
134
135
135
# step trader agents
136
- # to account for agent death and removal we need a seperate data strcuture to
136
+ # to account for agent death and removal we need a separate data structure to
137
137
# iterate
138
138
trader_shuffle = self .agents_by_type [Trader ].shuffle ()
139
139
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ path = "mesa/__init__.py"
97
97
# Hardcode to Python 3.10.
98
98
# Reminder to update mesa-examples if the value below is changed.
99
99
target-version = " py310"
100
- extend-exclude = [" docs" , " build" ]
100
+ extend-exclude = [" docs" , " build" , " examples " ]
101
101
102
102
[tool .ruff .lint ]
103
103
select = [
You can’t perform that action at this time.
0 commit comments