Skip to content

Commit

Permalink
Add flake8 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
numirias committed Mar 1, 2018
1 parent 936c11b commit 51af9ae
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 83 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ xcffib = ">=0.5.0"
cffi = "*"
cairocffi = "*"
qtile = "*"
"flake8" = "*"


[dev-packages]
Expand Down
189 changes: 107 additions & 82 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/qtile
Submodule qtile updated 47 files
+2 โˆ’0 .travis.yml
+32 โˆ’2 CHANGELOG
+1 โˆ’0 MANIFEST.in
+1 โˆ’1 README.rst
+57 โˆ’0 bin/dqcmd
+12 โˆ’0 bin/qcmd
+1 โˆ’1 docs/conf.py
+2 โˆ’0 docs/index.rst
+ โˆ’ docs/manual/commands/dqcmd.png
+47 โˆ’0 docs/manual/commands/dqcmd.rst
+116 โˆ’0 docs/manual/commands/qcmd.rst
+5 โˆ’3 docs/manual/config/gnome.rst
+61 โˆ’2 docs/manual/config/groups.rst
+13 โˆ’0 docs/manual/config/lazy.rst
+3 โˆ’0 docs/manual/ref/layouts.rst
+1 โˆ’1 docs/sphinx_qtile.py
+1 โˆ’10 libqtile/__init__.py
+110 โˆ’0 libqtile/config.py
+6 โˆ’6 libqtile/dgroups.py
+1 โˆ’1 libqtile/ipc.py
+1 โˆ’0 libqtile/layout/__init__.py
+510 โˆ’0 libqtile/layout/bsp.py
+21 โˆ’14 libqtile/layout/floating.py
+11 โˆ’1 libqtile/manager.py
+ โˆ’ libqtile/resources/layout-icons/layout-bsp.png
+320 โˆ’0 libqtile/scratchpad.py
+196 โˆ’0 libqtile/scripts/qcmd.py
+3 โˆ’3 libqtile/state.py
+3 โˆ’1 libqtile/utils.py
+4 โˆ’1 libqtile/widget/__init__.py
+9 โˆ’1 libqtile/widget/battery.py
+3 โˆ’0 libqtile/widget/image.py
+29 โˆ’0 libqtile/widget/import_error.py
+57 โˆ’4 libqtile/widget/prompt.py
+89 โˆ’0 libqtile/widget/stock_ticker.py
+2 โˆ’0 libqtile/window.py
+1 โˆ’1 libqtile/xcursors.py
+3 โˆ’3 requirements.txt
+1 โˆ’1 resources/qshell.1
+1 โˆ’1 resources/qtile.1
+38 โˆ’2 rpm/qtile.spec
+4 โˆ’2 setup.py
+64 โˆ’58 test/conftest.py
+7 โˆ’0 test/layouts/test__common.py
+69 โˆ’0 test/layouts/test_bsp.py
+9 โˆ’2 test/test_manager.py
+237 โˆ’0 test/test_scratchpad.py

0 comments on commit 51af9ae

Please sign in to comment.