Skip to content

Commit

Permalink
Merge pull request #9 from stefanofusai/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofusai authored Oct 8, 2024
2 parents 97505bf + c8fcc0b commit c16b58a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_language_version:
repos:
# Generic file checks and fixes
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: file-contents-sorter
Expand All @@ -19,18 +19,18 @@ repos:
exclude: ^tests/conftest\.py$
# Specific checks and fixes for different file types
- repo: https://github.com/markdownlint/markdownlint
rev: 41fc308f0d7f2647f0ae2c2d3826f48e42d964f4
rev: v0.12.0
hooks:
- id: markdownlint
args:
- -r
- ~MD013
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-toml
- repo: https://github.com/adrienverge/yamllint
rev: f0c0c7586b97809289bdcfe83a66363330b645d8
rev: v1.35.1
hooks:
- id: yamllint
args:
Expand All @@ -49,7 +49,7 @@ repos:
hooks:
- id: pyupgrade
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.5
rev: v0.6.9
hooks:
- id: ruff
args:
Expand All @@ -66,15 +66,15 @@ repos:
- --ignore=B6
- --msg-filename
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: no-commit-to-branch
args:
- --branch
- main
# Dependency management
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.4.10
rev: 0.4.18
hooks:
- id: pip-compile
files: ^\.requirements\/(base|development)\.(in|txt)$
Expand Down
2 changes: 1 addition & 1 deletion .requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pyyaml==6.0.2
# via
# -r .requirements/base.in
# pre-commit
ruff==0.6.8
ruff==0.6.9
# via -r .requirements/development.in
typing-extensions==4.12.2
# via
Expand Down

0 comments on commit c16b58a

Please sign in to comment.