Skip to content

Commit

Permalink
Update linting packages (#747)
Browse files Browse the repository at this point in the history
* update packages and have isort ignore __init__.py files

* update autopep8

* update changelog
  • Loading branch information
rwedge committed Sep 17, 2019
1 parent 9f81753 commit 67322e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dev-requirements.txt
@@ -1,10 +1,10 @@
-r test-requirements.txt
codecov==2.0.15
flake8==3.7.0
autopep8==1.4.3
flake8==3.7.8
autopep8==1.4.4
ipython==7.2.0; python_version>'3.4'
ipython==5.8.0; python_version<'3'
isort==4.3.4
isort==4.3.21
jupyter==1.0.0
matplotlib==3.0.2; python_version>'3.4'
matplotlib==2.2.3; python_version<'3'
Expand Down
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Expand Up @@ -20,7 +20,7 @@ Changelog
* Documentation Changes
* Updated URL for Compose (:pr:`716`)
* Testing Changes
* Update dependencies (:pr:`738`, :pr:`741`)
* Update dependencies (:pr:`738`, :pr:`741`, :pr:`747`)

Thanks to the following people for contributing to this release:
:user:`jeff-hernandez`, :user:`chidauri`, :user:`christopherbunn`, :user:`kmax12`, :user:`MarcoGorelli`, :user:`angela97lin`, :user:`frances-h`, :user:`rwedge`
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -11,5 +11,6 @@ exclude = docs/*
ignore = E501,W504 # line too long error, line break after binary operator
[isort]
forced_separate=featuretools
skip=__init__.py
# vertical hanging indent
multi_line_output=3

0 comments on commit 67322e5

Please sign in to comment.