Skip to content

Commit

Permalink
fix ruff check for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Jul 16, 2024
1 parent 32e3340 commit 11b74e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion pygeoif/factories.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 11b74e9

Please sign in to comment.