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 0dffcab commit f5c3cd6Copy full SHA for f5c3cd6
Makefile
@@ -42,19 +42,13 @@ test_numba:
42
####
43
44
45
-format:
46
- ruff format $(STYLE_CHECK_FILES)
47
-
48
check:
49
- ruff check --fix $(STYLE_CHECK_FILES)
50
51
-lint:
52
pre-commit run --all-files
53
54
pylint:
55
pylint $(PROJECT)
56
57
-style: format check lint pylint
+style: check pylint
58
59
mypy:
60
mypy src/$(PROJECT)
pyproject.toml
@@ -98,7 +98,6 @@ docs = [
98
]
99
dev = [
100
"invert4geom[test,docs]",
101
- "ruff",
102
"nox",
103
"pre-commit",
104
"pylint>=3.2",
0 commit comments