Skip to content

Commit f5c3cd6

Browse files
committed
chore: remove ruff commands and use pre-commit
1 parent 0dffcab commit f5c3cd6

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,13 @@ test_numba:
4242
####
4343
####
4444

45-
format:
46-
ruff format $(STYLE_CHECK_FILES)
47-
4845
check:
49-
ruff check --fix $(STYLE_CHECK_FILES)
50-
51-
lint:
5246
pre-commit run --all-files
5347

5448
pylint:
5549
pylint $(PROJECT)
5650

57-
style: format check lint pylint
51+
style: check pylint
5852

5953
mypy:
6054
mypy src/$(PROJECT)

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ docs = [
9898
]
9999
dev = [
100100
"invert4geom[test,docs]",
101-
"ruff",
102101
"nox",
103102
"pre-commit",
104103
"pylint>=3.2",

0 commit comments

Comments
 (0)