2022-05-13 17:42:42 +00:00
|
|
|
[flake8]
|
|
|
|
select = B,B9,C,D,DAR,E,F,N,RST,S,W
|
2022-05-31 18:36:47 +00:00
|
|
|
ignore = E203,E501,RST201,RST203,RST301,W503,S410,S320
|
2022-05-13 17:42:42 +00:00
|
|
|
max-line-length = 120
|
|
|
|
max-complexity = 30
|
|
|
|
docstring-convention = google
|
|
|
|
rst-roles = class,const,func,meth,mod,ref
|
|
|
|
rst-directives = deprecated
|
|
|
|
|
|
|
|
per-file-ignores =
|
|
|
|
# prefer naming tests descriptively rather than forcing comments
|
|
|
|
tests/*:S101,D103
|
2022-08-30 22:40:40 +00:00
|
|
|
|
2022-05-23 20:36:23 +00:00
|
|
|
bin/keycloak_test_server.py:B950,D
|
2022-06-08 16:14:39 +00:00
|
|
|
conftest.py:S105
|
|
|
|
wsgi.py:S104
|
2022-05-20 19:04:50 +00:00
|
|
|
|
2022-08-30 22:40:40 +00:00
|
|
|
# allow writing to /tmp for throwaway script output
|
|
|
|
bin/get_bpmn_json_for_process_instance:S108
|
|
|
|
|
2022-05-20 19:04:50 +00:00
|
|
|
# the exclude=./migrations option doesn't seem to work with pre-commit
|
|
|
|
# migrations are autogenerated from "flask db migration" so ignore them
|
|
|
|
migrations/*:D
|
2022-06-01 15:17:25 +00:00
|
|
|
src/spiffworkflow_backend/config/testing.py:S105
|
2022-06-21 16:10:47 +00:00
|
|
|
src/spiffworkflow_backend/load_database_models.py:F401
|
2022-07-07 18:44:19 +00:00
|
|
|
|
|
|
|
# this file overwrites methods from the logging library so we can't change them
|
2022-07-10 05:24:12 +00:00
|
|
|
# and ignore long comment line
|
|
|
|
src/spiffworkflow_backend/services/logging_service.py:N802,B950
|
2022-12-08 22:12:19 +00:00
|
|
|
|
|
|
|
tests/spiffworkflow_backend/integration/test_process_api.py:S607,S101,D103,S605
|