Skip to content

Commit

Permalink
Merge pull request #27 from ostr00000/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ostr00000 authored Nov 4, 2024
2 parents 421ccdb + e73bb7e commit 00baede
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
Expand Up @@ -30,7 +30,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.20.2
rev: v0.22
hooks:
- id: validate-pyproject

Expand All @@ -40,7 +40,7 @@ repos:
- id: toml-sort-fix

- repo: https://github.com/crate-ci/typos
rev: v1.26.0
rev: v1.27.0
hooks:
- id: typos
name: typos-diff
Expand All @@ -57,7 +57,7 @@ repos:
additional_dependencies: [ tomli ]

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
rev: 0.7.18
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -76,12 +76,12 @@ repos:
args: [ --line-length=89 ]

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.2
hooks:
- id: ruff
name: ruff-diff
Expand All @@ -96,7 +96,7 @@ repos:
args: [ --exit-non-zero-on-fix, --fix ]

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.383
rev: v1.1.387
hooks:
- id: pyright

Expand Down

0 comments on commit 00baede

Please sign in to comment.