Skip to content

Commit

Permalink
💚 Fix CI (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Nov 19, 2020
1 parent e2587aa commit 7cfb127
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- uses: goanpeca/setup-miniconda@v1
- uses: conda-incubator/setup-miniconda@v2
with:
channels: conda-forge
mamba-version: '*'
Expand Down
18 changes: 14 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v3.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -15,7 +15,7 @@ repos:
- id: black

- repo: https://github.com/keewis/blackdoc
rev: v0.2
rev: v0.3
hooks:
- id: blackdoc

Expand All @@ -33,7 +33,17 @@ repos:
hooks:
- id: isort

- repo: https://github.com/prettier/prettier
rev: 2.1.2
- repo: https://github.com/prettier/pre-commit
rev: 57f39166b5a5a504d6808b87ab98d41ebf095b46
hooks:
- id: prettier

- repo: https://github.com/nbQA-dev/nbQA
rev: 0.4.1
hooks:
- id: nbqa-black
additional_dependencies: [black==20.8b1]
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==2.7.3]
- id: nbqa-isort
additional_dependencies: [isort==5.6.4]

0 comments on commit 7cfb127

Please sign in to comment.