From 6e90681ac35e2b7872db2e8e8c67e11ea2583f7d Mon Sep 17 00:00:00 2001 From: loikein Date: Tue, 15 Jun 2021 12:38:57 +0200 Subject: [PATCH] better env message; fix pre-commit python version problem --- .pre-commit-config.yaml | 2 +- environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7355e0f9..08b2a7ad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/environment.yml b/environment.yml index 0be38d49..a89d68e0 100644 --- a/environment.yml +++ b/environment.yml @@ -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