Skip to content

Commit

Permalink
adapt linting
Browse files Browse the repository at this point in the history
  • Loading branch information
griembauer committed Aug 15, 2024
1 parent bf20583 commit 9de2b47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ per-file-ignores =
./i.sentinel_2.autotraining/i.sentinel_2.autotraining.py: E501,F821
./i.sentinel_2.parallel.index/i.sentinel_2.parallel.index.py: E501,F821
./i.sentinel_2.sen2cor/i.sentinel_2.sen2cor.py: E501,F821
./i.sentinel_2.ndvidiff/i.sentinel_2.ndvidiff.py: E501,F821
5 changes: 4 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Python Flake8, black and pylint code quality check

on: [push]
on: [push, pull_request]


jobs:
lint:
uses: mundialis/github-workflows/.github/workflows/linting.yml@main
with:
VALIDATE_HTML: false

0 comments on commit 9de2b47

Please sign in to comment.