aio-libs / aio-libs/create-aio-app

Black line length doesn't match default flake8 length

Open
#176 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
309
Forks
87
PR merge metrics
No merged PRs in 30d

Description

I've noticed that the default black line length of 88 doesn't match that of flake8 (79).

I would suggest setting the default flake8 length to 88. See https://github.com/psf/black

```
--- a/segment_proxy/.flake8
+++ b/segment_proxy/.flake8
@@ -1,3 +1,4 @@
[flake8]
-max-line-length = 79
+max-line-length = 88
exclude = env/*
+extend-ignore = E203
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.