Skip to content

Commit

Permalink
add development env
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Sep 3, 2024
1 parent a47c908 commit 90316a7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 # the release, git tag, or commit you want to use
rev: v4.6.0 # the release, git tag, or commit you want to use
hooks:
- id: trailing-whitespace
- id: check-added-large-files
- id: check-yaml

- repo: https://github.com/kynan/nbstripout
rev: 0.5.0
rev: 0.7.1
hooks:
- id: nbstripout

- repo: https://github.com/s-weigand/flake8-nb
rev: 0.5.3
- repo: https://github.com/s-weigand/flake8-nb
rev: 'v0.5.3'
hooks:
- id: flake8
- id: flake8-nb
12 changes: 12 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: mirowave-remote-sensing
channels:
- conda-forge
dependencies:
- python=3.10
- pip
- mamba
- jupyter
- pip:
- pre-commit
- nbstripout
- flake8-nb

0 comments on commit 90316a7

Please sign in to comment.