Revision eff3c63ceff770809cbe1abcb815629a26269f30 authored by Antoine Lambert on 17 September 2020, 11:56:04 UTC, committed by Antoine Lambert on 17 September 2020, 11:56:04 UTC
flake8 hook has been removed from https://github.com/pre-commit/pre-commit-hooks
so now use the one from https://gitlab.com/pycqa/flake8
1 parent 7404486
Raw File
Makefile
# Makefile driver for SWH Python modules. DO NOT CHANGE.
# You can add custom Makefile rules to Makefile.local

include ../Makefile.python
-include Makefile.local
back to top