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
Files
3f20014f335f50e6bac8f8ced7a36fae00537c61
spack
/
flake8-packages.ini
4 lines
59 B
INI
Raw
Normal View
History
Unescape
Escape
code checking : added flake8
2016-01-19 18:55:18 +01: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 08:58:30 -07:00
ignore
=
W391,F403,E221,F821
Max line length of 79 chars.
2016-05-10 02:33:22 -07:00
max-line-length
=
79
Reference in New Issue
Copy Permalink