diff options
author | 2024-07-07 02:27:38 +0100 | |
---|---|---|
committer | 2024-07-07 03:13:44 +0100 | |
commit | 38faefcf44eae93f5d407c5b1b2b1b1b149b972a (patch) | |
tree | efb1281f06a11190c994ab49afe3b9acbd0be22c /tox.ini | |
parent | Update docker-compose with new uvicorn start command (diff) |
Change linting config to Ruff
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tox.ini b/tox.ini deleted file mode 100644 index 451c3dd..0000000 --- a/tox.ini +++ /dev/null @@ -1,10 +0,0 @@ -[flake8] -max-line-length=100 -exclude=.cache,.venv,.git -docstring-convention=all -import-order-style=pycharm -ignore= - # Type annotations - ANN002,ANN003,ANN101,ANN102 - # Line breaks - W503 |