From 8ca2dd9baed08c52e46a122710925bc03d2cb774 Mon Sep 17 00:00:00 2001 From: Freezed <2160318-free_zed@users.noreply.gitlab.com> Date: Thu, 29 Sep 2022 15:54:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Mention=20AFPy=20talk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ requirements-dev.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4967f45..b0b22b8 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,8 @@ pip install -r requirements.txt Details in [`requirements.txt`](requirements.txt) & [`requirements-dev.txt`](requirements-dev.txt) - [`opensearch-py`](https://opensearch.org/docs/latest/clients/python/) + + +### ℹ️ Talk about this project + +- [**AFPy 2022/09**](https://www.meetup.com/fr-FR/python-afpy-lyon/events/287980312/): [`ftalk/ldpy!1`](https://gitlab.com/ftalk/ldpy/-/merge_requests/1) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4e67882..08ced54 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ black coverage -flake8==4 # see: https://github.com/johnthagen/python-blueprint/issues/113 +flake8 pydocstyle pylint pyproject-flake8