Add flake8 configuration to ignore compiled protobuffers

This commit is contained in:
rlaphoenix 2022-09-24 12:00:43 +01:00
parent 34eeaf746f
commit e001ef0291
1 changed files with 3 additions and 0 deletions

3
.flake8 Normal file
View File

@ -0,0 +1,3 @@
[flake8]
exclude = *_pb2.py
max-line-length = 120