aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-04-27 22:23:13 +0100
committerGravatar Chris Lovering <[email protected]>2023-04-27 22:23:13 +0100
commit8fc48e57884a8328f9fed4e8477fe8353b649df4 (patch)
tree604d5ca82249e05223f5c4bd382d2090db54c2db /tox.ini
parentbuild(deps): bump pydantic from 1.10.5 to 1.10.7 (#50) (diff)
Replace Flake8 and various linting plugins with ruff
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
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