diff options
| author | 2024-06-17 04:23:37 +0800 | |
|---|---|---|
| committer | 2024-06-17 04:23:37 +0800 | |
| commit | e914584e3e441a5b875e68d9443d99a745164e34 (patch) | |
| tree | 3a750c7b8f3fd0f1c2bc49cf421054d90e0079ff /pyproject.toml | |
| parent | a9f696460e0e3a2b5b2509c08f7841996a643e56 (diff) | |
| download | HydroRoll-e914584e3e441a5b875e68d9443d99a745164e34.tar.gz HydroRoll-e914584e3e441a5b875e68d9443d99a745164e34.zip | |
chore(deps): add ruff dev deps for lint code
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index a049b48..ac669d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,7 @@ features = ["pyo3/extension-module"] dev = [ "pip>=24.0", "maturin>=1.6.0", + "ruff>=0.4.9", ] docs = [ "docutils>=0.20.1", |
