Skip to content

Commit

Permalink
Pin to a specific version
Browse files Browse the repository at this point in the history
Previously we only provided a lower bound for the version, but pinning to a specific version aligns with what has been done with the prettier hook and how pre-commit hooks are pinned in general.

The flake8-docstrings package is rarely updated, so there is no real downside to pinning to a specific version.

Co-authored-by: Nick <[email protected]>
  • Loading branch information
jsf9k and mcdonnnj authored Aug 26, 2024
1 parent a68994d commit 2930208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- flake8-docstrings>=1.7.0
- flake8-docstrings==1.7.0
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
Expand Down

0 comments on commit 2930208

Please sign in to comment.