Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
better env message; fix pre-commit python version problem
Browse files Browse the repository at this point in the history
  • Loading branch information
loikein committed Jun 15, 2021
1 parent a488786 commit 6e90681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: black
args: ['--line-length=100']
files: '(\.pyi?|wscript|ipynb)$'
language_version: python3.7
language_version: python3
additional_dependencies: [black-nb]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies:
- pip:
# Dear fellow dev:
# Please check twice before you add anything here
# that you absolutely cannot install it with conda itself.
# that you absolutely cannot find it with https://anaconda.org/search.
- pytest-stress
- pytest-randomly
- black-nb
Expand Down

0 comments on commit 6e90681

Please sign in to comment.