Skip to content

Commit 4e10941

Browse files
committed
Correct 3 items we missed during linting
1 parent 33c5eee commit 4e10941

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ nox==2024.4.15
55
nox-poetry==1.0.3
66
poetry==1.8.3
77
poetry-plugin-export==1.8.0
8-
pre-commit==3.7.1
8+
pre-commit==3.7.1

cookiecutter.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
],
2121
"use_playwright": "y",
2222
"use_postgres": "y",
23-
"docker_compose_python_version": [ "3.12", "3.11","3.10", "3.9"]
23+
"docker_compose_python_version": ["3.12", "3.11","3.10", "3.9"]
2424
}

docs/quickstart.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ by applying labels to them, like this:
141141

142142
<!-- table-release-drafter-sections-begin -->
143143

144-
| Pull Request Label | Section in Release Notes |
145-
| ------------------ | --------------------------- |
144+
| Pull Request Label | Section in Release Notes |
145+
| ------------------ | ---------------------------- |
146146
| `breaking` | 💥 Breaking Changes |
147147
| `enhancement` | 🚀 Features |
148148
| `removal` | 🔥 Removals and Deprecations |

0 commit comments

Comments
 (0)