This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/setup.cfg

4 lines
60 B
INI
Raw Normal View History

2018-12-09 20:07:38 +00:00
[pycodestyle]
2020-08-19 08:32:44 +00:00
ignore = E731,E121,W503
2018-12-09 20:07:38 +00:00
max-line-length = 100