https://github.com/facebookresearch/pythia
Raw File
Tip revision: 02a55a30d59234933fa2701925620c006a932cda authored by Anton Kastritskiy on 02 February 2023, 10:46:34 UTC
[staticdocs][mmf] automatic update for docusaurus-plugin-internaldocs-fb@1.7.0
Tip revision: 02a55a3
.flake8
# This is an example .flake8 config used when developing *Black* itself.

[flake8]
max-line-length = 88
max-complexity = 18
select = B,C,E,F,W,T4,B9
ignore = E203, E266, C901, C408, W503
back to top