Browse Source

[MNT] init flake8 configuration

tags/v0.3.2
Gene 2 years ago
parent
commit
355c2cb4c3
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      .flake8

+ 7
- 0
.flake8 View File

@@ -0,0 +1,7 @@
[flake8]
max-line-length = 120
ignore =
E203,E501,F841,W503
per-file-ignores =
__init__.py: F401
./learnware/utils/import_utils.py: F401

Loading…
Cancel
Save