Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/fastapi-0.109.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 authored Feb 15, 2024
2 parents 1d14e51 + a0b29d2 commit 485df10
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: pre-commit/action@v3.0.0
- uses: pre-commit/action@v3.0.1
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Open Food Facts moderation tool (WIP).

### Wikipage
- https://wiki.openfoodfacts.org/Moderation
- [Meeting minutes](https://docs.google.com/document/d/1B9Ci42kl_jrFt2hi3PiWW9tM9l6B1sI5kQMI9Zd6QS4/edit)

### Meeting
Valentin and Raphael are working on this tool. They meet weekly. Please ping them on Slack if you'd like to contribute.
We have more general quality meeting every month.

### Pre-Commit
This repo uses [pre-commit](https://pre-commit.com/) to enforce code styling, etc. To use it:
```console
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ openfoodfacts==0.1.10
requests==2.31.0
pydantic-settings==2.0.3
sentry-sdk[fastapi]==1.31.0
jinja2==3.1.2
jinja2==3.1.3
peewee==3.17.0
psycopg2-binary==2.9.9

0 comments on commit 485df10

Please sign in to comment.