aboutsummaryrefslogtreecommitdiffstats
path: root/.envrc
diff options
context:
space:
mode:
Diffstat (limited to '.envrc')
-rw-r--r--.envrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.envrc b/.envrc
new file mode 100644
index 0000000..6a2e7a8
--- /dev/null
+++ b/.envrc
@@ -0,0 +1,2 @@
+layout python
+python -c 'import pyparsing' 2> /dev/null || pip install pyparsing==3.0.9 black isort mypy