Skip to content

Commit

Permalink
Adapt pep8 to the previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Jul 10, 2015
1 parent d26693d commit 9d93bd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Expand Up @@ -9,11 +9,7 @@ nohup.out
/dist
/err.egg-info*
/config-*.egg
config_campfire.py
config_hipchat.py
config_irc.py
config_xmpp.py
config_tox.py
/config*.py
/docs/_build
/docs/_gh-pages
/docs/errbot.rst
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[pep8]
max-line-length = 120
exclude = errbot/bundled/*,docs/*,config.py,errbot/config-*.py,build/*
exclude = errbot/bundled/*,docs/*,config*.py,errbot/config-*.py,build/*

[pytest]
addopts = --ignore run_tests.py
Expand Down

0 comments on commit 9d93bd8

Please sign in to comment.