This website requires JavaScript.
Explore
Help
Sign In
aniani
/
toot
Watch
1
Star
0
Fork
0
You've already forked toot
mirror of
https://github.com/ihabunek/toot.git
synced
2024-11-03 04:17:21 -05:00
Code
8ad2b279ed
toot
/
.flake8
5 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Configure flake8
2017-08-26 05:53:45 -04:00
[flake8]
Ignore venv folder for flake8 and vermin tests
2023-01-18 21:07:27 -05:00
exclude=build,tests,tmp,venv,toot/tui/scroll.py
Ignore warning W503 see: https://www.flake8rules.com/rules/W503.html for justification
2023-03-13 20:48:45 -04:00
ignore=E128,W503
Fix flake8 errors
2022-12-27 04:41:06 -05:00
max-line-length=120
Copy Permalink