Skip to content

Commit

Permalink
upgrade to newer mapa version v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fgebhart committed Oct 27, 2024
1 parent 6099dad commit b1cde15
Show file tree
Hide file tree
Showing 6 changed files with 2,240 additions and 2,372 deletions.
12 changes: 0 additions & 12 deletions .flake8

This file was deleted.

19 changes: 5 additions & 14 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,16 @@
repos:

- repo: https://github.com/psf/black
rev: 22.12.0
hooks:
- id: black

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.4.0
hooks:
- id: check-ast
- id: check-merge-conflict
- id: check-yaml
- id: end-of-file-fixer
types: [python]

- repo: https://gitlab.com/pycqa/flake8
rev: 4.0.1
hooks:
- id: flake8

- repo: https://github.com/pycqa/isort
rev: 5.11.2
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
hooks:
- id: isort
- id: ruff
- id: ruff-format
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@ Contributions are welcome! In case you would like to contribute to the

For setting up the development environment, clone this repo

```
```shell
git clone git@github.com:fgebhart/mapa-streamlit.git && cd mapa-streamlit
```

and run the following commands to install the requirements (in case you don't have poetry install, you can do so with
`pip install poetry`):

```
```shell
poetry install
poetry shell
```

To run the tests, run:

```
```shell
pytest tests/
```

To run the streamlit app, run:

```
```shell
streamlit run app.py
```
Loading

0 comments on commit b1cde15

Please sign in to comment.