Skip to content

Commit

Permalink
chore: added flake to pipeline 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jlerat committed Dec 14, 2024
1 parent 07af8c4 commit 63002cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cd $GITHUB_WORKSPACE
flake8 --exclude src/hydrodiy/data/tests src/hydrodiy/data
flake8 --exclude src/hydrodiy/gis/tests,src/hydrodiy/gis/data src/hydrodiy/gis
flake8 --exclude src/hydrodiy/io/tests src/hydrodiy/io
flake8 --exclude src/hydrodiy/io/tests,src/hydrodiy/io/script_template_plot.py,src/hydrodiy/io/script_template_simple.py src/hydrodiy/io
flake8 --exclude src/hydrodiy/plot/tests src/hydrodiy/plot
flake8 --exclude src/hydrodiy/stat/tests,src/hydrodiy/stat/data src/hydrodiy/stat
Expand Down

0 comments on commit 63002cb

Please sign in to comment.