Skip to content

Commit

Permalink
[MNT] init flake8 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
GeneLiuXe committed Jan 11, 2024
1 parent 8a4db13 commit 355c2cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 355c2cb

Please sign in to comment.