diff --git a/.ruff.toml b/.ruff.toml index 840433a..aed40b7 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -21,6 +21,7 @@ lint.select = [ lint.ignore = [ 'A003', + 'DTZ007', 'E501', 'E711', 'E712', diff --git a/website/src/content/how_to_use/openlayers.md b/website/src/content/how_to_use/openlayers.md index d1b34b2..64507ee 100644 --- a/website/src/content/how_to_use/openlayers.md +++ b/website/src/content/how_to_use/openlayers.md @@ -7,7 +7,7 @@ Include the following links and scripts in your page: ```html - + @@ -18,12 +18,12 @@ Initialize it to a div like this: ```html
-``` \ No newline at end of file +```