Skip to content

Commit

Permalink
Using ruff check so need anymore for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
bulletmark committed Jan 27, 2025
1 parent 814dd1a commit b243738
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .flake8

This file was deleted.

1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PYNAME = $(subst -,_,$(NAME))

check:
ruff check .
flake8 .
vermin -vv --exclude importlib.metadata \
--no-tips -i *.py

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ version_scheme = "post-release"

[tool.edit-lint]
linters = [
"ruff",
"flake8",
"ruff check",
]

# vim:se sw=2:

0 comments on commit b243738

Please sign in to comment.