add ruff and flake8 to conda environment spec

This commit is contained in:
Anand Balakrishnan 2023-10-06 13:08:26 -07:00
parent 97ca1e3e70
commit 96b5dfae1f
No known key found for this signature in database

View file

@ -7,6 +7,10 @@ dependencies:
- maturin - maturin
- nox - nox
- mypy - mypy
- ruff
- Flake8-pyproject
- flake8-bugbear
- flake8-pyi
- black - black
- isort - isort
- pytest - pytest