We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ade60 commit c7490b0Copy full SHA for c7490b0
pycodestyle.py
@@ -64,7 +64,7 @@
64
except ImportError:
65
from ConfigParser import RawConfigParser
66
67
-__version__ = '2.0.0.dev0'
+__version__ = '2.0.0a1'
68
69
DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox'
70
DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704,W503'
0 commit comments