Alphabetise items in requirements-tests.txt (#8635)

This commit is contained in:
Alex Waygood
2022-08-28 15:59:17 +01:00
committed by GitHub
parent 6d5fd0e290
commit 1b6cda86d4
3 changed files with 12 additions and 17 deletions

View File

@@ -19,9 +19,8 @@ repos:
hooks:
- id: flake8
additional_dependencies:
# must match requirements-tests.txt
- 'flake8-bugbear==22.7.1'
- 'flake8-pyi==22.8.1'
- 'flake8-bugbear==22.7.1' # must match requirements-tests.txt
- 'flake8-pyi==22.8.1' # must match requirements-tests.txt
ci:
autofix_commit_msg: '[pre-commit.ci] auto fixes from pre-commit.com hooks'