Skip to content

Commit

Permalink
Version 0.0.1a5
Browse files Browse the repository at this point in the history
  • Loading branch information
csachs committed Aug 8, 2022
1 parent 4a80411 commit 92e0d37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Two other projects aim to address the same problem:
- [flake9](https://gitlab.com/retnikt/flake9)
- [FlakeHell](https://github.com/life4/flakehell)

Both seem to try to do a lot more than just getting `pyproject.toml` support. `pyproject-flake8` tries to stay minimal while solving its task (with currently around 40 lines).
Both seem to try to do a lot more than just getting `pyproject.toml` support. `pyproject-flake8` tries to stay minimal while solving its task.

## Caveat

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ multi_line_output = 3

[tool.flake8]
max-line-length = 88
extend-ignore = "E203,"
extend-ignore = ["E203"]
max-complexity = 10

0 comments on commit 92e0d37

Please sign in to comment.