Skip to content

Commit

Permalink
Update hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
hasansezertasan committed Feb 3, 2024
1 parent 1cefa68 commit 9ab9b57
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
exclude: ^(\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|_build|buck-out|build|dist|alembic)/
default_language_version:
python: python3.11
Expand All @@ -7,10 +9,13 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-toml
- id: check-yaml
args:
- --unsafe
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-added-large-files
# Check compliance with Ruff.
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.14
Expand Down

0 comments on commit 9ab9b57

Please sign in to comment.