This website requires JavaScript.
Explore
Help
Sign In
NuKVM
/
yamllint
Watch
3
Star
0
Fork
0
You've already forked yamllint
mirror of
https://github.com/adrienverge/yamllint.git
synced
2024-11-22 07:36:25 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e43768f203
yamllint
/
setup.cfg
6 lines
64 B
INI
Raw
Normal View
History
Unescape
Escape
Release as a universal wheel By releasing as a [Python wheel](http://pythonwheels.com/) as well as a source distribution, you can speed up end user’s installs. After merging this command, to release you just need to run `python setup.py clean sdist bdist_wheel upload`.
2016-10-10 04:40:36 -05:00
[bdist_wheel]
universal
=
1
chore(tests): Add flake8-import-order linter plugin
2017-06-28 08:18:40 -05:00
[flake8]
import-order-style
=
pep8
Reference in New Issue
Copy Permalink