Skip to content

Commit 2c6cedf

Browse files
committed
chore(dev-dependencies): add ruff
Ruff is a faster alternative to flake8. This change adds it to the dev dependencies and configures pre-commit to use it. This should speed up the linting process.
1 parent 9a454ce commit 2c6cedf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dev = [
3737
"pytest-mock",
3838
"pytest-cov",
3939
"pre-commit",
40+
"ruff",
4041
]
4142

4243
[project.scripts]

0 commit comments

Comments
 (0)