diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d3b17031..42433e72 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 ... diff --git a/_typos.toml b/_typos.toml index 269e7f28..4cbcfe5a 100644 --- a/_typos.toml +++ b/_typos.toml @@ -1,12 +1,8 @@ [default] extend-ignore-identifiers-re = [ "04AFE6060F147CE66FBD", - "Lod", - "lod", ] - - [default.extend-words] lod = "lod" Lod = "Lod" diff --git a/fastkml/__init__.py b/fastkml/__init__.py index e94dae15..769799dd 100644 --- a/fastkml/__init__.py +++ b/fastkml/__init__.py @@ -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", diff --git a/fastkml/about.py b/fastkml/about.py index aab34882..cf69bc6f 100644 --- a/fastkml/about.py +++ b/fastkml/about.py @@ -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__"]