Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Update setup.cfg
  • Loading branch information
AntSimi authored Jan 18, 2023
commit 80997ed27b63d55ef848b49bd45a482584933428
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ column_limit = 100
[flake8]
max-line-length = 140
ignore =
E203, # whitespace before ':'
W503, # line break before binary operator
E203,
W503,
exclude=
build
doc
Expand Down