Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#28)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 →
v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.8 →
v0.7.0](astral-sh/ruff-pre-commit@v0.6.8...v0.7.0)
- [github.com/pre-commit/mirrors-mypy: v1.11.2 →
v1.12.1](pre-commit/mirrors-mypy@v1.11.2...v1.12.1)
- [github.com/tox-dev/pyproject-fmt: 2.2.4 →
2.4.3](tox-dev/pyproject-fmt@2.2.4...2.4.3)
- [github.com/RobertCraigie/pyright-python: v1.1.382.post1 →
v1.1.385](RobertCraigie/pyright-python@v1.1.382.post1...v1.1.385)
- [github.com/abravalheri/validate-pyproject: v0.20.2 →
v0.21](abravalheri/validate-pyproject@v0.20.2...v0.21)
- [github.com/executablebooks/mdformat: 0.7.17 →
0.7.18](hukkin/mdformat@0.7.17...0.7.18)
- [github.com/crate-ci/typos: v1.24.6 →
v1.26.0](crate-ci/typos@v1.24.6...v1.26.0)
<!--pre-commit.ci end-->
  • Loading branch information
bryant-finney authored Oct 22, 2024
2 parents 5833637 + 0bebfda commit 6d59c99
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://pre-commit.com
default_install_hook_types: [commit-msg, pre-commit, post-checkout, post-merge]
default_stages: [commit, manual]
default_stages: [pre-commit, manual]
fail_fast: false
ci:
skip:
Expand All @@ -27,7 +27,7 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -50,7 +50,7 @@ repos:
types: [python]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.8
rev: v0.7.0
hooks:
- id: ruff
types_or: [python, pyi, jupyter, toml]
Expand All @@ -60,7 +60,7 @@ repos:
types_or: [python, pyi, jupyter]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.12.1
hooks:
- id: mypy
additional_dependencies:
Expand Down Expand Up @@ -88,13 +88,13 @@ repos:
- id: actionlint

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.2.4"
rev: "2.4.3"
hooks:
- id: pyproject-fmt
files: '.*\.toml$'

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

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

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
rev: 0.7.18
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -127,7 +127,7 @@ repos:
- MD013

- repo: https://github.com/crate-ci/typos
rev: v1.24.6
rev: v1.26.0
hooks:
- id: typos

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Rust",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Medical Science Apps.",
Expand Down

0 comments on commit 6d59c99

Please sign in to comment.