Skip to content

Commit

Permalink
Merge pull request #98 from jGaboardi/update_precommit
Browse files Browse the repository at this point in the history
Update precommit & README
  • Loading branch information
jGaboardi committed Jan 23, 2022
2 parents 347ab6b + ea28daa commit 0d3a3ef
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
- '*'
schedule:
- cron: '59 23 * * *'
workflow_dispatch:
inputs:
version:
description: Manual Unittest Run
default: test
required: false

jobs:
unittests:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/ambv/black
rev: 20.8b1
rev: 21.12b0
hooks:
- id: black
language_version: python3.9
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,15 @@ After some consideration, this repo will serve as a stub for the `tigernet` impl

## Installation

![Pypi python versions](https://img.shields.io/pypi/pyversions/tigernet.svg) Currently `tigernet` officially supports [3.8](https://docs.python.org/3.8/) and [3.9](https://docs.python.org/3.9/).
![Pypi python versions](https://img.shields.io/pypi/pyversions/tigernet.svg) Currently `tigernet` officially supports [3.8](https://docs.python.org/3.8/), [3.9](https://docs.python.org/3.9/), and [3.10](https://docs.python.org/3.10/).


(*Recommended*) Install the current release via [`conda-forge`](https://github.com/conda-forge/tigernet-feedstock) by running:

```
$ conda install tigernet
```


Install the current release from [`PyPI`](https://pypi.org/project/tigernet/) by running:

Expand Down

0 comments on commit 0d3a3ef

Please sign in to comment.