From 366f15d72e3f040ac8b40bb7e722125891bb2270 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:57:10 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pycqa/isort: 5.12.0 → 5.13.1](https://github.com/pycqa/isort/compare/5.12.0...5.13.1) - [github.com/psf/black: 23.7.0 → 23.11.0](https://github.com/psf/black/compare/23.7.0...23.11.0) - [github.com/jackdewinter/pymarkdown: v0.9.12 → v0.9.15](https://github.com/jackdewinter/pymarkdown/compare/v0.9.12...v0.9.15) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b84dcbe..3d0b8ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ repos: - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.1 hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.11.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 @@ -12,7 +12,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/jackdewinter/pymarkdown - rev: v0.9.12 + rev: v0.9.15 hooks: - id: pymarkdown args: From f74ce3363f7c3187e9f50e077a0ccc528ed35c77 Mon Sep 17 00:00:00 2001 From: Nick Moreton Date: Tue, 12 Dec 2023 10:36:10 +0000 Subject: [PATCH 2/2] Fix typo in docs/developer.md --- CHANGELOG | 3 +++ docs/developer.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d23fad6..eab399e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. ## Unreleased +- Update pr-commit config +- Fix typo in docs + ## [1.1.0] - 2023-02-12 - Drop older supported versions diff --git a/docs/developer.md b/docs/developer.md index fbdfb09..c7f9c7b 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -5,7 +5,7 @@ With a virtual environment activated, install the package in editable mode: ```bash -pip install -e "[.development]" +pip install -e ".[development]" ``` There is a [testapp](../tests/testapp/) provided that is a fully configured minimal setup using Wagtail v4.2