Skip to content

Commit

Permalink
Add tox.ini to make things nicer and not being bugged by line too long
Browse files Browse the repository at this point in the history
Summary

^

Test plan
  • Loading branch information
mpatou committed Feb 29, 2024
1 parent 5ac494d commit d8dfdac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[flake8]
ignore = D203, E501, W503, E203
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
max-complexity = 10
max-line-length = 120

0 comments on commit d8dfdac

Please sign in to comment.