Skip to content

Commit ad0e62e

Browse files
committed
build: don't run install on reused nox environments
1 parent 444d601 commit ad0e62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: nox
1212
name: nox
1313
description: Run nox fixers and linters.
14-
entry: nox -t fix style lint
14+
entry: nox -t fix style lint --no-install
1515
language: system
1616
pass_filenames: false
1717
types_or:

0 commit comments

Comments
 (0)