We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20116ab commit 664e22dCopy full SHA for 664e22d
pyproject.toml
@@ -134,7 +134,7 @@ filterwarnings = [
134
"ignore:skimage not installed",
135
]
136
137
-[tool.flake8]
+[tool.ruff.lint]
138
ignore = [
139
"E221",
140
"E226",
tox.ini
@@ -63,9 +63,9 @@ pip_pre =
63
[testenv:codestyle]
64
skip_install = true
65
changedir = {toxinidir}
66
-description = check code style with flake8
67
-deps = flake8
68
-commands = flake8 acstools --count
+description = check code style with ruff
+deps = ruff
+commands = ruff check .
69
70
[testenv:twine]
71
0 commit comments