Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#25)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.7 →
v0.6.8](astral-sh/ruff-pre-commit@v0.6.7...v0.6.8)
- [github.com/rhysd/actionlint: v1.7.2 →
v1.7.3](rhysd/actionlint@v1.7.2...v1.7.3)
- [github.com/RobertCraigie/pyright-python: v1.1.381 →
v1.1.382.post1](RobertCraigie/pyright-python@v1.1.381...v1.1.382.post1)
- [github.com/abravalheri/validate-pyproject: v0.19 →
v0.20.2](abravalheri/validate-pyproject@v0.19...v0.20.2)
- [github.com/igorshubovych/markdownlint-cli: v0.41.0 →
v0.42.0](igorshubovych/markdownlint-cli@v0.41.0...v0.42.0)
<!--pre-commit.ci end-->
  • Loading branch information
bryant-finney authored Oct 4, 2024
2 parents a27c112 + 812ffc8 commit 7b94a32
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
Expand Up @@ -50,7 +50,7 @@ repos:
types: [python]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.7
rev: v0.6.8
hooks:
- id: ruff
types_or: [python, pyi, jupyter, toml]
Expand Down Expand Up @@ -83,7 +83,7 @@ repos:
- --write

- repo: https://github.com/rhysd/actionlint
rev: v1.7.2
rev: v1.7.3
hooks:
- id: actionlint

Expand All @@ -94,7 +94,7 @@ repos:
files: '.*\.toml$'

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.381
rev: v1.1.382.post1
hooks:
- id: pyright
additional_dependencies:
Expand All @@ -105,7 +105,7 @@ repos:
- typing-extensions

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

Expand All @@ -119,7 +119,7 @@ repos:
- mdformat-footnote

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
rev: v0.42.0
hooks:
- id: markdownlint-fix
args:
Expand Down

0 comments on commit 7b94a32

Please sign in to comment.