Skip to content

Commit

Permalink
Merge pull request #6 from carstencodes/prepare/milestones/1.2.0
Browse files Browse the repository at this point in the history
Prepare milestone 1.2.0
  • Loading branch information
carstencodes authored Jan 8, 2022
2 parents 85bad25 + 47cfa68 commit 13db043
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changelogs/v1.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## Bug-fixes

* List values will be converted correctly from toml configuration file to ini-file. #1
9 changes: 9 additions & 0 deletions .changelogs/v1.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## Bug-fixes

* Flake8 reads relative paths relative from the path of the configuration file, not to the working directory. #3

## Hints for upgrading

* Add `.flake518_*.cfg` to your git ignore files.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ dist
__pycache__
__pypackages__
src/flake518.egg-info/
.flake518_*.cfg
10 changes: 10 additions & 0 deletions Authors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Authors

## Main authors

* Carsten Igel (@carstencodes)

## Contributors

* Benjamin Eskola (@benjamineskola)
* Fixed #3 with #4
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "flake518"
version = "1.1.0"
version = "1.2.0"
description = "A small wrapper around flake8 to support PEP518 pyproject.toml as configuration file."
authors = [
{name = "Carsten Igel", email = "[email protected]"},
Expand Down Expand Up @@ -66,4 +66,4 @@ statistics=true
show-source=true
max-line-length=79
doctests=true
# exclude=[".git", "__pypackages__", ".vscode", ".mypy_cache"]
exclude=[".git", "__pypackages__", ".vscode", ".mypy_cache"]

0 comments on commit 13db043

Please sign in to comment.