Skip to content

Commit

Permalink
Updating pre-commit versions and re-running against all files
Browse files Browse the repository at this point in the history
  • Loading branch information
carlio committed Oct 4, 2024
1 parent a1bbc29 commit 11d738e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
fail_fast: true
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: mixed-line-ending
args: [ --fix=lf ]
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.8.0
hooks:
- id: black
args:
- --force-exclude=tests/
- --line-length=120
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
1 change: 1 addition & 0 deletions requirements_detector/requirement.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
is also intentionally more lenient - it is not our job to validate the requirements
list.
"""

import os
import re
from pathlib import Path
Expand Down

0 comments on commit 11d738e

Please sign in to comment.