add constraints file to requirements-txt-fixer files

This commit is contained in:
Lev Blit 2023-01-14 13:27:25 +02:00
parent 507fb40267
commit 03cb9e7007
2 changed files with 2 additions and 2 deletions

View file

@ -185,7 +185,7 @@
description: sorts entries in requirements.txt.
entry: requirements-txt-fixer
language: python
files: requirements.*\.txt$
files: (requirements|constraints).*\.txt$
- id: sort-simple-yaml
name: sort simple yaml files
description: sorts simple yaml files which consist only of top-level keys, preserving comments and blocks.