mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-01 11:26:54 +00:00
Release v2.2.4
This commit is contained in:
parent
7fd24c2983
commit
2cf10d26a3
3 changed files with 23 additions and 2 deletions
21
CHANGES.rst
21
CHANGES.rst
|
|
@ -1,6 +1,27 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
2.2.4 - 2014-10-09
|
||||
------------------
|
||||
|
||||
- Fix bugs triggered by turning multiprocessing on by default (again)
|
||||
|
||||
Multiprocessing is forcibly disabled in the following cases:
|
||||
|
||||
- Passing something in via stdin
|
||||
|
||||
- Analyzing a diff
|
||||
|
||||
- Using windows
|
||||
|
||||
- Fix --install-hook when there are no config files present for pep8 or
|
||||
flake8.
|
||||
|
||||
- Fix how the setuptools command parses excludes in config files
|
||||
|
||||
- Fix how the git hook determines which files to analyze (Thanks Chris
|
||||
Buccella!)
|
||||
|
||||
2.2.3 - 2014-08-25
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = '2.2.3'
|
||||
__version__ = '2.2.4'
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -46,7 +46,7 @@ setup(
|
|||
author_email="tarek@ziade.org",
|
||||
maintainer="Ian Cordasco",
|
||||
maintainer_email="graffatcolmingov@gmail.com",
|
||||
url="http://bitbucket.org/tarek/flake8",
|
||||
url="https://gitlab.com/pycqa/flake8",
|
||||
packages=["flake8", "flake8.tests"],
|
||||
install_requires=[
|
||||
"pyflakes >= 0.8.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue