This website requires JavaScript.
Explore
Help
Sign In
zhangyiss
/
spack
Watch
1
Star
0
Fork
0
You've already forked spack
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
190c437980
spack
/
flake8-framework.ini
4 lines
59 B
INI
Raw
Normal View
History
Unescape
Escape
code checking : added flake8
2016-01-20 01:55:18 +08:00
[flake8]
Add F821 to ignore list. - Consider removing this once names like `cmake` and `configure` are moved to a sensible namespace.
2016-05-10 23:58:30 +08:00
ignore
=
W391,F403,E221,F821
Max line length of 79 chars.
2016-05-10 17:33:22 +08:00
max-line-length
=
79
Reference in New Issue
Copy Permalink