File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/bemserver_ui/extensions/timezones Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
44repos :
55- repo : https://github.com/astral-sh/ruff-pre-commit
6- rev : v0.8.6
6+ rev : v0.9.1
77 hooks :
88 - id : ruff
99 - id : ruff-format
1010- repo : https://github.com/python-jsonschema/check-jsonschema
11- rev : 0.30 .0
11+ rev : 0.31 .0
1212 hooks :
1313 - id : check-github-workflows
1414 - id : check-dependabot
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ def generate_timezones_es6_module():
2828 this.timezones = { json .dumps (tz_tool .timezones )} ;
2929 this.regions = { json .dumps (tz_tool .regions )} ;
3030 this.areasByRegion = { json .dumps (tz_tool .areas_by_region )} ;
31- this.timezonesByRegionByArea = { json . dumps (
32- tz_tool .timezones_by_region_by_area
33- ) } ;
31+ this.timezonesByRegionByArea = {
32+ json . dumps ( tz_tool .timezones_by_region_by_area )
33+ } ;
3434 }}
3535
3636 tzExists(tzName) {{
You can’t perform that action at this time.
0 commit comments