Skip to content

Commit

Permalink
Remove renamed/moved Python module from flake8 script
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPontius committed Jan 15, 2024
1 parent e8e2a85 commit b085326
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake8.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
flake8 --max-line-length=120 \
--extend-ignore F401,F403,F405,E711 ./WeatherRoutingTool ./tests ./execute_routing.py ./compare_routes.py \
./write_specific_route.py
--extend-ignore F401,F403,F405,E711 ./WeatherRoutingTool ./tests ./execute_routing.py ./compare_routes.py

0 comments on commit b085326

Please sign in to comment.