Skip to content

Commit

Permalink
Merge pull request #8 from rockset/misc
Browse files Browse the repository at this point in the history
Add tox.ini to make things nicer and not being bugged by line too long
  • Loading branch information
mpatou authored Mar 4, 2024
2 parents 5ac494d + d8dfdac commit 545cc32
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 545cc32

Please sign in to comment.