mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-12 12:20:25 +08:00
CI: flake8 moved to github (#2651)
This commit is contained in:
@@ -5,8 +5,8 @@ repos:
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3
|
||||
- repo: https://gitlab.com/pycqa/flake8
|
||||
rev: 3.8.3
|
||||
- repo: https://github.com/pycqa/flake8
|
||||
rev: 5.0.4
|
||||
hooks:
|
||||
- id: flake8
|
||||
language: python_venv
|
||||
|
||||
+2
-1
@@ -693,7 +693,8 @@ GeometryCollection
|
||||
return _delegate_geo_method("representative_point", self)
|
||||
|
||||
def normalize(self):
|
||||
"""Returns a ``GeoSeries`` of normalized geometries to normal form (or canonical form).
|
||||
"""Returns a ``GeoSeries`` of normalized
|
||||
geometries to normal form (or canonical form).
|
||||
|
||||
This method orders the coordinates, rings of a polygon and parts of
|
||||
multi geometries consistently. Typically useful for testing purposes
|
||||
|
||||
Reference in New Issue
Block a user