Skip to content
Snippets Groups Projects

Добавлен плагин аутентификации

Merged Andrei Biriukov requested to merge feature/auth into master
3 files
+ 19
0
Compare changes
  • Side-by-side
  • Inline
Files
3
.flake8 0 → 100644
+ 6
0
[flake8]
max-line-length = 120
inline-quotes = single
multiline-quotes = double
avoid-escape = False
exclude = .git,.tox,.env,.github,.pytest_cache,__pycache__,files,dist,build,*.egg-info,*_pb2.py,*_pb2_grpc.py
\ No newline at end of file
Loading