Skip to content

Commit

Permalink
.pre-commit-config.yaml : updated to latest changes in python_project…
Browse files Browse the repository at this point in the history
…_template
  • Loading branch information
ClaasRostock committed Jan 17, 2025
1 parent 4386c71 commit 4b46532
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: mixed-line-ending
fix: auto
args: [--fix=auto]
- id: trailing-whitespace
- id: check-yaml
- id: check-toml
- id: check-merge-conflict
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.2
rev: v0.8.3
hooks:
- id: ruff
- id: ruff-format
- id: ruff
# - repo: https://github.com/pre-commit/mirrors-mypy
# rev: v1.9.0
# rev: v1.13.0
# hooks:
# - id: mypy
# exclude: tests/
exclude: '(.venv|.*_cache)/.*'

0 comments on commit 4b46532

Please sign in to comment.