Skip to content

Commit

Permalink
Merge pull request #166 from econchick/lynn/fix-pre-commit
Browse files Browse the repository at this point in the history
Finally fix pre-commit
  • Loading branch information
econchick authored Apr 6, 2024
2 parents 237be78 + 8350a0e commit e10516a
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,38 @@ ci:
autoupdate_schedule: monthly

repos:
- repo: local
- repo: https://github.com/econchick/interrogate
rev: 1.5.0
hooks:
- id: interrogate
name: interrogate
language: system
entry: interrogate
types: [python]
exclude: ^(docs/conf.py|setup.py|tests/functional/sample)
args: [--config=pyproject.toml]

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 24.3.0
hooks:
- id: black

- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py38-plus]

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
additional_dependencies: [toml]

- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
exclude: ^(tests/functional/sample)

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down

0 comments on commit e10516a

Please sign in to comment.