diff --git a/.github/workflows/run-all-tests.yml b/.github/workflows/run-all-tests.yml index 3cb4122..c325701 100644 --- a/.github/workflows/run-all-tests.yml +++ b/.github/workflows/run-all-tests.yml @@ -97,7 +97,7 @@ jobs: run: | flake8 pygeoif black --check pygeoif tests - ruff --no-fix pygeoif tests + ruff check --no-fix pygeoif tests yamllint .github/workflows/ - name: Check complexity run: | diff --git a/pygeoif/factories.py b/pygeoif/factories.py index f20203a..a4eb687 100644 --- a/pygeoif/factories.py +++ b/pygeoif/factories.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2012 -2022 Christian Ledermann +# Copyright (C) 2012 -2024 Christian Ledermann # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public