build: skip dev when running nox by default

This commit is contained in:
Anand Balakrishnan 2023-09-07 13:23:27 -07:00
parent daf1936d2b
commit f00fe25c58
No known key found for this signature in database
2 changed files with 37 additions and 23 deletions

View file

@ -14,3 +14,6 @@ repos:
entry: nox -t fix style lint
language: system
pass_filenames: false
types:
- rust
- python