Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#46)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.1 →
v0.8.0](astral-sh/ruff-pre-commit@v0.7.1...v0.8.0)
- [github.com/rhysd/actionlint: v1.7.3 →
v1.7.4](rhysd/actionlint@v1.7.3...v1.7.4)
- [github.com/tox-dev/pyproject-fmt: v2.4.3 →
v2.5.0](tox-dev/pyproject-fmt@v2.4.3...v2.5.0)
- [github.com/RobertCraigie/pyright-python: v1.1.386 →
v1.1.389](RobertCraigie/pyright-python@v1.1.386...v1.1.389)
- [github.com/abravalheri/validate-pyproject: v0.22 →
v0.23](abravalheri/validate-pyproject@v0.22...v0.23)
- [github.com/executablebooks/mdformat: 0.7.18 →
0.7.19](hukkin/mdformat@0.7.18...0.7.19)
- [github.com/igorshubovych/markdownlint-cli: v0.42.0 →
v0.43.0](igorshubovych/markdownlint-cli@v0.42.0...v0.43.0)
- [github.com/crate-ci/typos: v1.26.8 →
v1.28.0](crate-ci/typos@v1.26.8...v1.28.0)
<!--pre-commit.ci end-->
  • Loading branch information
bryant-finney authored Nov 30, 2024
2 parents 2f8ad7d + 1c323e7 commit 111e468
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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.7.1
rev: v0.8.0
hooks:
- id: ruff
types_or: [python, pyi, jupyter, toml]
Expand Down Expand Up @@ -83,18 +83,18 @@ repos:
- --write

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

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

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

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

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.18
rev: 0.7.19
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -119,15 +119,15 @@ repos:
- mdformat-footnote

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.42.0
rev: v0.43.0
hooks:
- id: markdownlint-fix
args:
- --disable
- MD013

- repo: https://github.com/crate-ci/typos
rev: v1.26.8
rev: v1.28.0
hooks:
- id: typos

Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Violating these terms may lead to a permanent ban.
### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within
Expand Down

0 comments on commit 111e468

Please sign in to comment.