added requirements-txt-fixer to pre-commit (#6388)

This commit is contained in:
Vladislav Denisov
2023-08-23 22:24:44 +03:00
committed by GitHub
parent 7eae598546
commit 1af49e9ddb
4 changed files with 109 additions and 106 deletions

View File

@@ -13,4 +13,7 @@ repos:
hooks:
- id: flake8
exclude: "migration/.*|.git|viz-lib|node_modules|migrations|bin/upgrade"
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: requirements-txt-fixer