Skip to content

Commit

Permalink
Make pre-commit-hook not work on generated requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jul 11, 2024
1 parent e5bac94 commit 16a5e16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ repos:
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: requirements-txt-fixer
# exclude ci/refreeze generated requirements.txt
exclude: ^.*images\/.*\/requirements\.txt$

# Lint: Python code
- repo: https://github.com/PyCQA/flake8
Expand Down

0 comments on commit 16a5e16

Please sign in to comment.