Skip to content

Commit 1a277d5

Browse files
committed
Using ruff check so need anymore for flake8
1 parent 8294280 commit 1a277d5

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.flake8

Lines changed: 0 additions & 4 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ PYNAME = $(subst -,_,$(NAME))
33

44
check:
55
ruff check .
6-
flake8 */*.py
76
mypy */*.py
87
pyright */*.py
98
vermin -vv --exclude importlib.resources.files --no-tips -i */*.py */*/*.py

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ version_scheme = "post-release"
3737

3838
[tool.edit-lint]
3939
linters = [
40-
"ruff",
41-
"flake8",
40+
"ruff check",
4241
"mypy",
4342
"pyright",
4443
]

0 commit comments

Comments
 (0)