diff --git a/.flake8 b/.flake8 deleted file mode 100644 index 282da2b..0000000 --- a/.flake8 +++ /dev/null @@ -1,3 +0,0 @@ -[flake8] -ignore = E126,E127,E128,E302,E305,W503,C901 -max-line-length = 80 diff --git a/Makefile b/Makefile index 479730b..dfdcdd4 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,6 @@ PYNAME = $(subst -,_,$(NAME)) check: ruff check . - flake8 . vermin -vv --exclude importlib.metadata \ --no-tips -i *.py diff --git a/pyproject.toml b/pyproject.toml index 12afb63..13d4fd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,8 +36,7 @@ version_scheme = "post-release" [tool.edit-lint] linters = [ - "ruff", - "flake8", + "ruff check", ] # vim:se sw=2: