Skip to content

Commit

Permalink
chore(dev): let more tools know that we use 120 character per line
Browse files Browse the repository at this point in the history
  • Loading branch information
apiarian-datadog committed Aug 23, 2024
1 parent d875d7a commit a06f03e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ addopts =
# DEV: The default is `test_*\.py` which will miss `test.py` files
python_files = test*\.py
asyncio_mode = auto

[flake8]
max-line-length = 120

0 comments on commit a06f03e

Please sign in to comment.