Skip to content

Commit

Permalink
Resolve Python environment issues re: pipenv, pyenv
Browse files Browse the repository at this point in the history
  • Loading branch information
nficano committed Jul 15, 2020
1 parent 71d70c8 commit 01f08b5
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 102 deletions.
2 changes: 2 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
layout pipenv

PYENV_VERSION="3.7.1"
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ repos:
- id: check-case-conflict
name: 'Check for filesystem character case conflicts'
- id: detect-private-key
name: 'Check for cleartext private keys stored'
- id: flake8
additional_dependencies:
- flake8-mutable
- flake8-type-annotations
- flake8-eradicate
- flake8-bugbear
name: 'Check for Python style guideline violations'
- id: check-json
name: 'Validate JSON'
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ ipython = "*"
sphinx = "*"

[requires]
python_version = "3.6"
python_version = "3.7"
Loading

0 comments on commit 01f08b5

Please sign in to comment.