Skip to content

Commit 15cb601

Browse files
committed
Pin the flake8-pyproject dependency in the pre-commit configuration
The flake8-docstrings dependency is pinned, so this one should be too.
1 parent 22c6f40 commit 15cb601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ repos:
144144
- flake8-docstrings==1.7.0
145145
# This is necessary to read the flake8 configuration from
146146
# the pyproject.toml file.
147-
- flake8-pyproject
147+
- flake8-pyproject==1.2.3
148148
- repo: https://github.com/PyCQA/isort
149149
rev: 6.0.1
150150
hooks:

0 commit comments

Comments
 (0)