Skip to content

Commit

Permalink
Update pre-commit config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnphilipp committed Jan 14, 2025
1 parent 58274a3 commit 5c44c67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
fail_fast: true
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.10.0
hooks:
- id: black
language_version: python3
exclude: migrations/
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
exclude: (migrations/|tests)
additional_dependencies: [pep8-naming, flake8-docstrings]
args: [--max-line-length=88]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.14.1
hooks:
- id: mypy
exclude: (migrations/|tests)

0 comments on commit 5c44c67

Please sign in to comment.