Skip to content

Commit

Permalink
Remove requirements.txt fixer pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Feb 21, 2024
1 parent 12b09de commit 698f7cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
- name: Run pre-commit via make
run: |
make check
- name: Run pytest via coverage.py (linux)
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
make test-linux
- name: Run pytest via coverage.py (linux)
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
make test-linux
- name: Run pytest via coverage.py (windows)
if: ${{ matrix.os == 'windows-latest' }}
run: |
Expand Down
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ repos:
name: Check JSON
- id: mixed-line-ending
name: Fix mixed line endings
- id: requirements-txt-fixer
name: Fix requirements.txt
- id: end-of-file-fixer
name: Fix end of files
- id: trailing-whitespace
Expand Down

0 comments on commit 698f7cb

Please sign in to comment.