Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 24.1.1 → 24.4.2](psf/black@24.1.1...24.4.2)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2)
- [github.com/codingjoe/relint: 3.1.0 → 3.1.1](codingjoe/relint@3.1.0...3.1.1)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
  • Loading branch information
pre-commit-ci[bot] authored May 6, 2024
1 parent 508ed99 commit e848edc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
Expand All @@ -29,7 +29,7 @@ repos:
# hooks:
# - id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py310-plus]
Expand All @@ -43,7 +43,7 @@ repos:
# tomli # to read config from pyproject.toml
# ]
- repo: https://github.com/codingjoe/relint
rev: 3.1.0
rev: 3.1.1
hooks:
- id: relint
args: [-W] # to fail on warnings
Expand Down Expand Up @@ -80,7 +80,7 @@ repos:
exclude: (-lock\.ya?ml|\benvironments/.*\.ya?ml|\.ipynb|^THIRD_PARTY_SOFTWARE\.rst)$
entry: codespell -I .codespellignore
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
exclude: \.mdj$
Expand Down

0 comments on commit e848edc

Please sign in to comment.