Skip to content

Commit bb22d84

Browse files
committed
hardcode prettier version
1 parent 407308d commit bb22d84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def cover(session):
4444
def lint(session):
4545
session.run(
4646
"npx",
47-
"prettier",
47+
"prettier@1.18.2",
4848
"--check",
4949
"--config",
5050
".prettierrc.js",
@@ -69,7 +69,7 @@ def autoformat(session):
6969
session.run("black", *files_to_lint)
7070
session.run(
7171
"npx",
72-
"prettier",
72+
"prettier@1.18.2",
7373
"--write",
7474
"--config",
7575
".prettierrc.js",

0 commit comments

Comments
 (0)