Skip to content

Commit

Permalink
MAINT: autoupdate pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/blacken-docs: 1.13.0 → 1.14.0](adamchainz/blacken-docs@1.13.0...1.14.0)
- [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.1 → 2.7.2](editorconfig-checker/editorconfig-checker.python@2.7.1...2.7.2)
- [github.com/igorshubovych/markdownlint-cli: v0.34.0 → v0.35.0](igorshubovych/markdownlint-cli@v0.34.0...v0.35.0)
- [github.com/ComPWA/mirrors-pyright: v1.1.307 → v1.1.316](ComPWA/pyright-pre-commit@v1.1.307...v1.1.316)
- [github.com/asottile/pyupgrade: v3.4.0 → v3.8.0](asottile/pyupgrade@v3.4.0...v3.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.276](astral-sh/ruff-pre-commit@v0.0.275...v0.0.276)
  • Loading branch information
pre-commit-ci[bot] authored Jul 4, 2023
1 parent c2c5b23 commit e0b46a4
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 @@ -66,7 +66,7 @@ repos:
- id: black

- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
rev: 1.14.0
hooks:
- id: blacken-docs

Expand All @@ -76,7 +76,7 @@ repos:
- id: cspell

- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.7.1
rev: 2.7.2
hooks:
- id: editorconfig-checker
name: editorconfig
Expand All @@ -87,7 +87,7 @@ repos:
)$
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.34.0
rev: v0.35.0
hooks:
- id: markdownlint

Expand All @@ -107,19 +107,19 @@ repos:
- id: prettier

- repo: https://github.com/ComPWA/mirrors-pyright
rev: v1.1.307
rev: v1.1.316
hooks:
- id: pyright

- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.8.0
hooks:
- id: pyupgrade
args:
- --py36-plus

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.275
rev: v0.0.276
hooks:
- id: ruff
args:
Expand Down

0 comments on commit e0b46a4

Please sign in to comment.