diff options
| author | 2023-04-27 22:28:08 +0100 | |
|---|---|---|
| committer | 2023-04-27 22:28:08 +0100 | |
| commit | fffe818885154fcc54b399f13155ee95a1a408bc (patch) | |
| tree | 86ead71bb3b5d57f886b77a45455d43bfa2cd5ec /tox.ini | |
| parent | build(deps): bump pydantic from 1.10.5 to 1.10.7 (#50) (diff) | |
| parent | Fix linting errors from new ruff rules (diff) | |
Merge pull request #54 from python-discord/migrate-to-ruff
Migrate 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 6133566..0000000 --- a/tox.ini +++ /dev/null @@ -1,10 +0,0 @@ -[flake8] -max-line-length=100 -ignore=ANN101,D107,W503 -# Don't lint the venv or the CPython cache. -exclude=.cache,.venv,.git,constants.py,__pycache__ -application_import_names=arthur - -[isort] -profile=black -line_length=100 |