10000 flake8: Use max_line_length instead of ignoring E501 (#1081) · PyMySQL/PyMySQL@e3a1beb · GitHub
[go: up one dir, main page]

Skip to content

Commit e3a1beb

Browse files
authored
flake8: Use max_line_length instead of ignoring E501 (#1081)
1 parent ed56379 commit e3a1beb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[flake8]
2-
ignore = E203,E501,W503,E722
32
exclude = tests,build,.venv,docs
3+
ignore = E203,W503,E722
4+
max_line_length=129
45

56
[metadata]
67
license = "MIT"

0 commit comments

Comments
 (0)
0