Skip to content

Commit

Permalink
build: bump pre-commit-config
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Oct 9, 2024
1 parent 4d1c395 commit 5251d10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
default_language_version:
python: python3.11
default_stages: [commit]
default_stages: [pre-commit]
repos:
- repo: local
hooks:
- id: pytest-check
name: pytest-check
entry: poetry run pytest
language: system
stages: [push]
stages: [pre-push]
types: [python]
pass_filenames: false
always_run: true
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
# - id: trailing-whitespace
# - id: check-ast
Expand All @@ -28,7 +28,7 @@ repos:
# - id: check-added-large-files
# https://pre-commit.com/hooks.html
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.13.0
rev: v3.29.1
hooks:
- id: commitizen
stages: [commit-msg]
Expand All @@ -42,7 +42,7 @@ repos:
# exclude: '(sciscintilla)\.py'

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.8
rev: v0.6.9
hooks:
- id: ruff
- id: ruff-format

0 comments on commit 5251d10

Please sign in to comment.