Skip to content

Commit d99e044

Browse files
Merge pull request #186 from BEMServer/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e9a4c4d + 610f7f1 commit d99e044

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ ci:
33

44
repos:
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

src/bemserver_ui/extensions/timezones/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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) {{

0 commit comments

Comments
 (0)