Skip to content

Commit

Permalink
Merge branch 'develop' into 317-add-tests-for-the-ogc-kml-22-conforma…
Browse files Browse the repository at this point in the history
…nce-test-suite
cleder committed Dec 2, 2024
2 parents 042152d + 0310e4b commit ba6a2aa
Showing 4 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ repos:
hooks:
- id: absolufy-imports
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.8.0'
rev: 'v0.8.1'
hooks:
- id: ruff
- id: ruff-format
@@ -87,7 +87,7 @@ repos:
hooks:
- id: blacken-docs
- repo: https://github.com/crate-ci/typos
rev: typos-dict-v0.11.35
rev: typos-dict-v0.11.37
hooks:
- id: typos
...
4 changes: 0 additions & 4 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
[default]
extend-ignore-identifiers-re = [
"04AFE6060F147CE66FBD",
"Lod",
"lod",
]



[default.extend-words]
lod = "lod"
Lod = "Lod"
3 changes: 0 additions & 3 deletions fastkml/__init__.py
Original file line number Diff line number Diff line change
@@ -128,10 +128,8 @@
"PhotoOverlay",
"Placemark",
"Point",
"Point",
"PolyStyle",
"Polygon",
"Polygon",
"ResourceMap",
"RotationXY",
"Scale",
@@ -144,7 +142,6 @@
"Size",
"Snippet",
"Style",
"Style",
"StyleMap",
"StyleUrl",
"TimeSpan",
2 changes: 1 addition & 1 deletion fastkml/about.py
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
The only purpose of this module is to provide a version number for the package.
"""

__version__ = "1.0.0dev0"
__version__ = "1.1.0dev0"
"""Fastkml version number."""

__all__ = ["__version__"]

0 comments on commit ba6a2aa

Please sign in to comment.