CI: flake8 moved to github (#2651)

This commit is contained in:
rraymondgh
2022-11-16 09:20:10 +01:00
committed by GitHub
parent cf2d2a9e9c
commit b595bc380c
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -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
View File
@@ -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