Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: It's <current year>, 120 is fine
  • Loading branch information
BeyondEvil committed Apr 5, 2023
commit 70c07fc9030969f443f1bebaacfa39e0a6c51cf8
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ deps = sphinx
commands = sphinx-build -b html . _build/html

[flake8]
max-line-length = 88
max-line-length = 120
exclude = .eggs,.tox
# rationale here:
# https://github.com/psf/black/blob/master/docs/the_black_code_style.md#slices
Expand Down