mirror of
https://github.com/mediacms-io/mediacms.git
synced 2024-11-07 08:54:36 +01:00
8f228d6844
* Add pre-commit config files * Add linting test on github action
5 lines
111 B
INI
5 lines
111 B
INI
[flake8]
|
|
exclude = .git,*migrations*
|
|
max-line-length = 119
|
|
ignore=F401,E711,E302,E201,E501,E303,E231,F841,E722
|