Skip to content

Commit

Permalink
Merge pull request #184 from cisagov/improvement/pin-flake8-docstrings
Browse files Browse the repository at this point in the history
Add a lower-bound pin for the `flake8-docstrings` `pip` package
  • Loading branch information
mcdonnnj authored Sep 25, 2024
2 parents 5801cec + 2930208 commit e61255c
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 @@ -140,7 +140,7 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- flake8-docstrings
- flake8-docstrings==1.7.0
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
Expand Down

0 comments on commit e61255c

Please sign in to comment.