Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tasks:
conda env update -f conda-envs/environment-test.yml -p env
conda activate /workspace/pymc-extras/env
pip install -r requirements-dev.txt
pip install -e .
pip install -e ."[dev]"
command: |
conda init bash && echo "conda activate /workspace/pymc-extras/env" >> ~/.bashrc && source ~/.bashrc

Expand Down
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ repos:
rev: 0.4.1
hooks:
- id: no-print-statements
exclude: _version.py
files: ^pymc_extras/
372 changes: 0 additions & 372 deletions .pylintrc

This file was deleted.

Loading
Loading