Skip to content

Commit

Permalink
Cleanup setup.cfg file
Browse files Browse the repository at this point in the history
Merge pull request #961 from openfisca/simplify-setup-file
  • Loading branch information
sandcha authored Feb 1, 2021
2 parents 2d34046 + d11bd20 commit a4d0232
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog

# 35.0.1 [#968](https://github.com/openfisca/openfisca-core/pull/968)
### 35.0.3 [#961](https://github.com/openfisca/openfisca-core/pull/961)

#### Technical changes

- Merge `flake8` and `pep8` configurations as they are redundant.
- Details:
- Use `flake8` configuration for `flake8` and `autopep8` dependencies.

### 35.0.2 [#967](https://github.com/openfisca/openfisca-core/pull/967)

#### Technical changes

- Update dependency: `flask-cors` (`Flask` extension for Cross Origin Resouce Sharing)

### 35.0.1 [#968](https://github.com/openfisca/openfisca-core/pull/968)

#### Technical changes

Expand Down
6 changes: 1 addition & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@
[flake8]
hang-closing = true
ignore = E128,E251,F403,F405,E501,W503,W504
rst-roles = any

[pep8]
hang-closing = true
ignore = E128,E251,F403,F405,E501,W503,W504
in-place = true
rst-roles = any

[tool:pytest]
addopts = --showlocals --doctest-modules --disable-pytest-warnings
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

setup(
name = 'OpenFisca-Core',
version = '35.0.1',
version = '35.0.3',
author = 'OpenFisca Team',
author_email = 'contact@openfisca.org',
classifiers = [
Expand Down

0 comments on commit a4d0232

Please sign in to comment.